/* ⚡ SELF-HOSTED ROBOTO FONTS - CLS & LCP Optimization */
/* Batı Promosyon - PageSpeed Optimized - 16 Ekim 2025 */
/* SADECE KULLANILAN FONTLAR - Gereksiz yükleme YOK! */

/* Roboto Regular (400) - Primary font */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), 
       local('Roboto-Regular'),
       url('/fonts/roboto-regular.woff2') format('woff2');
}

/* Roboto Medium (500) - Headings */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), 
       local('Roboto-Medium'),
       url('/fonts/roboto-500.woff2') format('woff2');
}

/* ⚡ PERFORMANCE: Bold (700) KALDIRILDI - Kullanılmıyor, CLS yaratıyordu! */

