/**
 * Self-Hosted Google Fonts - OPTIMIZED
 * Reduced from 18 files to 8 essential files (~100KB savings)
 * 
 * ✅ PERFORMANCE OPTIMIZED
 * 
 * Fonts Included (Essential weights only):
 * - Lora: 400, 500, 600 (normal + 500 italic) = 4 files
 * - Open Sans: 400, 500, 600 (normal only) = 3 files + 1 italic
 * - Total: 8 font files (down from 18)
 * 
 * Removed (not used in main.css):
 * - Lora 700 (bold) - not used
 * - Lora 400/600/700 italic - only 500 italic used for .text-primary
 * - Open Sans 300 (light) - not used
 * - Open Sans 700 (bold) - 600 is sufficient
 * - Open Sans all italics except 400 - rarely used
 * 
 * Benefits:
 * - ⚡ Faster LCP (~100KB less to download)
 * - 🔒 GDPR compliant (no data sent to Google)
 * - 🇻🇳 Full Vietnamese character support
 * - 🎯 Instant rendering with font-display: swap
 */

/* ============================================
   LORA - Headings & Accent Text
   ============================================ */

/* Lora 400 (Regular) - vietnamese - fallback weight */
@font-face {
  font-display: swap;
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lora-v37-vietnamese-regular.woff2') format('woff2');
}

/* Lora 500 (Medium) - vietnamese - PRIMARY heading weight */
@font-face {
  font-display: swap;
  font-family: 'Lora';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/lora-v37-vietnamese-500.woff2') format('woff2');
}

/* Lora 600 (Semi-Bold) - vietnamese - emphasis */
@font-face {
  font-display: swap;
  font-family: 'Lora';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/lora-v37-vietnamese-600.woff2') format('woff2');
}

/* Lora 500 (Medium Italic) - vietnamese - .text-primary styling */
@font-face {
  font-display: swap;
  font-family: 'Lora';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/lora-v37-vietnamese-500italic.woff2') format('woff2');
}

/* ============================================
   OPEN SANS - Body Text & UI
   ============================================ */

/* Open Sans 400 (Regular) - vietnamese - PRIMARY body weight */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v44-vietnamese-regular.woff2') format('woff2');
}

/* Open Sans 500 (Medium) - vietnamese - buttons, labels */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v44-vietnamese-500.woff2') format('woff2');
}

/* Open Sans 600 (Semi-Bold) - vietnamese - emphasis, footer titles */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v44-vietnamese-600.woff2') format('woff2');
}

/* Open Sans 400 (Regular Italic) - vietnamese - testimonials, quotes */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v44-vietnamese-italic.woff2') format('woff2');
}
