@font-face {
  font-family: "Ubuntu bold";
  src: url("/fonts/ubuntu/Ubuntu-Bold.woff2") format("woff2");
  font-display: fallback;
  font-weight: 700;
}

@font-face {
  font-family: "Ubuntu medium";
  src: url("/fonts/ubuntu/Ubuntu-Medium.woff2") format("woff2");
  font-display: fallback;
  font-weight: 500;
}

@font-face {
  font-family: "Ubuntu regular";
  src: url("/fonts/ubuntu/Ubuntu-Regular.woff2") format("woff2");
  font-display: fallback;
  font-weight: 400;
}

@font-face {
  font-family: "Ubuntu light";
  src: url("/fonts/ubuntu/Ubuntu-Light.woff2") format("woff2");
  font-display: fallback;
  font-weight: 300;
}
