/* Local webfonts. Selection mirrors google-webfonts-helper:
   Anton regular (400), Latin; Inter normal (400-900), Latin + Latin Extended.
   Files are served from this website; no Google Fonts request is made. */

/* anton-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Anton";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/anton-v23-latin-regular.woff2") format("woff2");
}

/* inter-400 - latin-ext_latin */
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v20-latin-ext_latin-400.woff2") format("woff2");
}

/* inter-500 - latin-ext_latin */
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter-v20-latin-ext_latin-500.woff2") format("woff2");
}

/* inter-600 - latin-ext_latin */
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter-v20-latin-ext_latin-600.woff2") format("woff2");
}

/* inter-700 - latin-ext_latin */
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v20-latin-ext_latin-700.woff2") format("woff2");
}

/* inter-800 - latin-ext_latin */
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/inter-v20-latin-ext_latin-800.woff2") format("woff2");
}

/* inter-900 - latin-ext_latin */
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/inter-v20-latin-ext_latin-900.woff2") format("woff2");
}

