/* ============================================================
   Websiteks showroom — yerel fontlar (CDN'siz, local-first)
   - Archivo (değişken, latin alt kümesi) : kaynaktan kopyalandı
   - Libre Baskerville 700 (latin)        : kaynaktan kopyalandı (hero serif)
   - Inter (OFL, tam karakter seti)       : Türkçe ş/ğ/ı/İ güvencesi
   ============================================================ */

@font-face {
  font-family: 'Archivo';
  src: url('../assets/fonts/archivo-degisken-latin.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Libre Baskerville';
  src: url('../assets/fonts/libre-baskerville-700-latin.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../assets/fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
