/*
 * assets/css/fonts.css
 * Self-hosted Fustat (oficiálny brand font spots). Variabilný woff2 (váhy 200–800),
 * jeden súbor. Self-hosted kvôli GDPR — žiadne volania na Google Fonts CDN.
 * Licencia: SIL Open Font License 1.1 (assets/fonts/fustat/OFL.txt).
 */
@font-face {
  font-family: 'Fustat';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('../fonts/fustat/Fustat-VariableFont.woff2') format('woff2');
}
