@font-face {
    font-family: 'TheSeasonsItalic';
    src: url('fonts/theseasons-it.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'TheSeasonsLightItalic';
    src: url('fonts/theseasons-ltit.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'TheSeasonsRegular';
    src: url('fonts/theseasons-reg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}