/* Self-hosted Inter Font */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/public/fonts/inter-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/public/fonts/inter-bold.woff2') format('woff2');
}

/* Playfair Display - Google Fonts CDN fallback for display headings */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,800;1,400;1,700&display=swap');

/* Material Symbols - for icons */
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,1,0&display=swap');

/* Custom font classes */
.font-display {
    font-family: 'Playfair Display', Georgia, serif !important;
}

.font-sans {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}