/* ===================================
   FONT DEFINITIONS - Inter Font Family
   ===================================
*/

/* ─────────────────────────────────────
   Inter Light (300) - Hafif metin için
   ───────────────────────────────────── */
@font-face {
  font-display: swap;              
  font-family: 'Inter';            
  font-style: normal;              
  font-weight: 300;                
  
  src: url('../fonts/inter/inter-v20-latin_latin-ext-300.woff2') format('woff2');
}

/* ─────────────────────────────────────
   Inter Regular (400) - Normal metin
   ───────────────────────────────────── */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;                
  
  src: url('../fonts/inter/inter-v20-latin_latin-ext-regular.woff2') format('woff2');
}

/* ─────────────────────────────────────
   Inter SemiBold (600) - Vurgu için
   ───────────────────────────────────── */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;                
  
  src: url('../fonts/inter/inter-v20-latin_latin-ext-600.woff2') format('woff2');
}

/* ─────────────────────────────────────
   Inter Bold (700) - Başlıklar için
   ───────────────────────────────────── */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;                
  
  src: url('../fonts/inter/inter-v20-latin_latin-ext-700.woff2') format('woff2');
}