@font-face {
    font-family: 'Elliot Regular';
    src: url(../fonts/fs_elliot_proregular.otf);
    src: url('../fonts/fs_elliot_proregular-webfont.woff2') format('woff2'), url('../fonts/fs_elliot_proregular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Elliot Bold';
    src: url(../fonts/fs_elliot_probold.otf);
    src: url('../fonts/fs_elliot_probold-webfont.woff2') format('woff2'), url('../fonts/fs_elliot_probold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Elliot Heavy';
    src: url(../fonts/fs_elliot_proheavy.otf);
    src: url('../fonts/fs_elliot_proheavy-webfont.woff2') format('woff2'), url('../fonts/fs_elliot_proheavy-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Elliot Light';
    src: url('../fonts/fs_elliot_prolight-webfont.woff2') format('woff2'),
         url('../fonts/fs_elliot_prolight-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}