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

@font-face {
    font-family: 'The Seasons';
    src: url('TheSeasons-Thin-Italic.woff2') format('woff2'),
        url('TheSeasons-Thin-Italic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

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

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

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

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

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

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

/* Extra Bold */
@font-face {
    font-family: 'The Seasons';
    src: url('TheSeasons-Extra-Bold.woff2') format('woff2'),
        url('TheSeasons-Extra-Bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'The Seasons';
    src: url('TheSeasons-Extra-Bold-Italic.woff2') format('woff2'),
        url('TheSeasons-Extra-Bold-Italic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}