/* Self-hosted fonts (latin + latin-ext / Türkçe). Google Fonts yerine yerel. */
@font-face{
  font-family:'Newsreader';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('./newsreader-v26-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face{
  font-family:'Manrope';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('./manrope-v20-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face{
  font-family:'IBM Plex Mono';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('./ibm-plex-mono-v20-latin_latin-ext-regular.woff2') format('woff2');
}
