/* ========================================
   Shared Font Loading - Optimized
   ======================================== */

/* Preconnect to Google Fonts for faster loading */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;800&family=Playfair+Display:wght@400;500;600;700;800;900&family=Cinzel:wght@400;500;600;700;800;900&display=swap');

/* Font preload hints for critical fonts */
@font-face {
    font-family: 'Poppins';
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    font-display: swap;
}

@font-face {
    font-family: 'Cinzel';
    font-display: swap;
}
