/* ============================================ */
/* fonts.css — Fuentes locales                  */
/* The Seasons + Montserrat (archivos locales)  */
/* ============================================ */

/* ---- THE SEASONS ---- */
@font-face {
    font-family: 'The Seasons';
    src: url('../../fonts/The.Seasons/The.Seasons/The Seasons Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'The Seasons';
    src: url('../../fonts/The.Seasons/The.Seasons/The Seasons Light Italic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'The Seasons';
    src: url('../../fonts/The.Seasons/The.Seasons/The Seasons Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'The Seasons';
    src: url('../../fonts/The.Seasons/The.Seasons/The Seasons Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'The Seasons';
    src: url('../../fonts/The.Seasons/The.Seasons/The Seasons Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'The Seasons';
    src: url('../../fonts/The.Seasons/The.Seasons/The Seasons Bold Italic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* ---- MONTSERRAT (Variable Font) ---- */
@font-face {
    font-family: 'Montserrat';
    src: url('../../fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}
