/* ============================================
   CUSTOM FONTS CONFIGURATION
   Local fonts from /fonts directory
   ============================================ */

/* Inter Variable Font - Modern sans-serif */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

/* DM Serif Display - Elegant serif for headings */
@font-face {
    font-family: 'DM Serif Display';
    src: url('../fonts/DM_Serif/DM_Serif_Display/DMSerifDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Serif Display';
    src: url('../fonts/DM_Serif/DM_Serif_Display/DMSerifDisplay-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* DM Serif Text - Serif for body text */
@font-face {
    font-family: 'DM Serif Text';
    src: url('../fonts/DM_Serif/DM_Serif_Text/DMSerifText-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Serif Text';
    src: url('../fonts/DM_Serif/DM_Serif_Text/DMSerifText-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}