/*
    Font Weights:
        100 - Thin
        200 - Extra Light (Ultra Light)
        300 - Light
        400 - Normal
        500 - Medium
        600 - Semi Bold (Demi Bold)
        700 - Bold
        800 - Extra Bold (Ultra Bold)
        900 - Black (Heavy)
*/

/* Template */
/*
@font-face {
    font-family: 'Font';
    font-style: normal;
    font-weight: 400;
    src: url('FontUrl.woff') format('woff');
}
*/

@font-face {
    font-family: 'Feijoa';
    font-style: normal;
    font-weight: 400;
    src: url('feijoa-display.woff2') format('woff2')
}

@font-face {
    font-family: 'Sohne';
    font-style: medium;
    font-weight: 500;
    src: url('sohne-kraftig.woff2') format('woff2');
}

@font-face {
    font-family: 'Sohne';
    font-style: normal;
    font-weight: 300;
    src: url('sohne-leicht.woff2') format('woff2');
}

@font-face {
    font-family: 'Benton Sans';
    font-style: normal;
    font-weight: 400;
    src: url('BentonSans-Regular.woff2') format('woff2'),
        url('BentonSans-Regular.woff') format('woff'),
        url('BentonSans-Regular.ttf') format('ttf'),
        url('BentonSans-Regular.eot') format('eot');
}

@font-face {
    font-family: 'Benton Sans';
    font-style: normal;
    font-weight: 500;
    src: url('BentonSans-Medium.woff2') format('woff2'),
        url('BentonSans-Medium.woff') format('woff'),
        url('BentonSans-Medium.ttf') format('ttf'),
        url('BentonSans-Medium.eot') format('eot');
}

@font-face {
    font-family: 'Benton Sans';
    font-style: italic;
    font-weight: 400;
    src: url('BentonSansRegularItalic.woff2') format('woff2'),
        url('BentonSansRegularItalic.woff') format('woff'),
        url('BentonSansRegularItalic.ttf') format('ttf'),
        url('BentonSansRegularItalic.eot') format('eot');
}

@font-face {
    font-family: 'Benton Sans';
    font-style: italic;
    font-weight: 500;
    src: url('BentonSansMediumItalic.woff2') format('woff2'),
        url('BentonSansMediumItalic.woff') format('woff'),
        url('BentonSansMediumItalic.ttf') format('ttf'),
        url('BentonSansMediumItalic.eot') format('eot');
}

@font-face {
    font-family: 'Benton Sans Wide';
    font-style: normal;
    font-weight: 500;
    src: url('BentonSansWideMedium.woff2') format('woff2'),
        url('BentonSansWideMedium.woff') format('woff'),
        url('BentonSansWideMedium.ttf') format('ttf'),
        url('BentonSansWideMedium.eot') format('eot');
}

@font-face {
    font-family: 'Clearface';
    font-style: normal;
    font-weight: 400;
    src: url('ClearfaceStd-Regular.woff2') format('woff2'),
        url('ClearfaceStd-Regular.woff') format('woff'),
        url('ClearfaceStd-Regular.ttf') format('ttf'),
        url('ClearfaceStd-Regular.eot') format('eot');
}