@font-face {
    font-family: 'The Seasons';
    src: url('fonts/The_Seasons_Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'The Seasons';
    src: url('fonts/The_Seasons_Light_Italic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'The Seasons';
    src: url('fonts/The_Seasons_Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'The Seasons';
    src: url('fonts/The_Seasons_Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'The Seasons';
    src: url('fonts/The_Seasons_Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'The Seasons';
    src: url('fonts/The_Seasons_Bold_Italic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}