/*--- Outfit Font ---- */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/*--- Brush Script Std Font ---- */
@font-face {
    font-family: 'Brush Script Std';
    src: url('../fonts/BrushScriptStd.woff2') format('woff2'),
        url('../fonts/BrushScriptStd.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/*--- The Seasons Font ---- */
@font-face {
    font-family: 'The Seasons';
    src: url('../fonts/TheSeasonsLight.woff2') format('woff2'),
        url('../fonts/TheSeasonsLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'The Seasons';
    src: url('../fonts/TheSeasonsLightItalic.woff2') format('woff2'),
        url('../fonts/TheSeasonsLightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'The Seasons';
    src: url('../fonts/TheSeasonsRegular.woff2') format('woff2'),
        url('../fonts/TheSeasonsRegular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'The Seasons';
    src: url('../fonts/TheSeasonsItalic.woff2') format('woff2'),
        url('../fonts/TheSeasonsItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'The Seasons';
    src: url('../fonts/TheSeasonsBold.woff2') format('woff2'),
        url('../fonts/TheSeasonsBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'The Seasons';
    src: url('../fonts/TheSeasonsBoldItalic.woff2') format('woff2'),
        url('../fonts/TheSeasonsBoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
