/*
  Inter v4.1 — self-hostovaný (predtým https://rsms.me/inter/inter.css).
  Dôvod: žiadny request na cudziu doménu → návštevníkova IP adresa
  neodchádza tretej strane (viď /cookies/ a /privacy-policy/).

  Variabilný rez pokrýva váhy 100–900 dvoma súbormi, preto tu nie sú
  statické rezy z pôvodného rsms.me CSS.

  Licencia: SIL Open Font License 1.1 — /fonts/OFL.txt
  Zdroj: https://github.com/rsms/inter
*/
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/font-files/InterVariable.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/font-files/InterVariable-Italic.woff2') format('woff2');
}

/* aliasy pôvodných názvov rodiny z rsms.me, aby sedeli staršie šablóny */
@font-face {
  font-family: 'InterVariable';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/font-files/InterVariable.woff2') format('woff2');
}
@font-face {
  font-family: 'InterVariable';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/font-files/InterVariable-Italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter var';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/font-files/InterVariable.woff2') format('woff2');
}
