/**
 * Önhosztolt betűkészletek — Archivo, Inter, Geist Mono.
 *
 * A Google Fonts-ról letöltött variable fontokból generálva: az itt szereplő
 * súlyokra pinnelve (fonttools varLib.instancer), majd latin + latin-ext
 * Unicode-tartományra subsetelve (fonttools subset), woff2-be csomagolva.
 * A magyar ékezetes karakterek (ő, ű, Ő, Ű stb.) a latin-ext tartományban
 * benne vannak — ellenőrizve.
 *
 * Licenc: SIL Open Font License 1.1, lásd OFL.txt.
 * Forrás: github.com/google/fonts (ofl/archivo, ofl/inter, ofl/geistmono).
 */

@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/archivo-600.woff2") format("woff2");
}

@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/archivo-700.woff2") format("woff2");
}

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

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

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

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

@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/geistmono-400.woff2") format("woff2");
}

@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/geistmono-500.woff2") format("woff2");
}
