/* Self-hosted fonts (GDPR-safe, no Google CDN).
   Place the .woff2 files in assets/fonts/ — see assets/fonts/README.md.
   Subsets required: latin, latin-ext, greek, cyrillic (EL/RU/PL/CS support). */

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-v18-latin_latin-ext_greek_cyrillic-regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-v18-latin_latin-ext_greek_cyrillic-500.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-v18-latin_latin-ext_greek_cyrillic-600.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Noto Serif Display';
  src: url('../fonts/noto-serif-display-v23-latin_latin-ext_greek_cyrillic-regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Noto Serif Display';
  src: url('../fonts/noto-serif-display-v23-latin_latin-ext_greek_cyrillic-600.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
