/* Self-hosted Font Definitions */
/* All fonts served from local /fonts directory */
/* No external CDN dependencies */

/* Playfair Display - Regular (400) */
@font-face {
    font-family: 'Playfair Display';
    src: url('/fonts/playfair-display-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Playfair Display - Semi Bold (600) */
@font-face {
    font-family: 'Playfair Display';
    src: url('/fonts/playfair-display-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Playfair Display - Bold (700) */
@font-face {
    font-family: 'Playfair Display';
    src: url('/fonts/playfair-display-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Inter - Variable (100-900) */
@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter-var.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* System font fallback (no external dependencies) */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}