@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/ubuntu/ubuntu-latin-400-normal-5.3.0.woff2") format("woff2");
}

@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/ubuntu/ubuntu-latin-500-normal-5.3.0.woff2") format("woff2");
}

@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/ubuntu/ubuntu-latin-700-normal-5.3.0.woff2") format("woff2");
}

@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/ubuntu/ubuntu-latin-400-italic-5.3.0.woff2") format("woff2");
}

@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/ubuntu/ubuntu-latin-500-italic-5.3.0.woff2") format("woff2");
}

@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/ubuntu/ubuntu-latin-700-italic-5.3.0.woff2") format("woff2");
}

:root {
  --font-sans: "Ubuntu", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-family: var(--font-sans);
  font-synthesis: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
}
