/*--------------------------------
 FONTS
--------------------------------*/

/*-- THIN (100) --*/

@font-face {
    font-family: 'Brown';
    src: url('Brown-Thin.eot');
    src: url('Brown-Thin.eot?#iefix') format('embedded-opentype'),
        url('Brown-Thin.woff2') format('woff2'),
        url('Brown-Thin.woff') format('woff'),
        url('Brown-Thin.ttf') format('truetype'),
        url('Brown-Thin.svg#Brown-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Brown';
    src: url('Brown-ThinItalic.eot');
    src: url('Brown-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('Brown-ThinItalic.woff2') format('woff2'),
        url('Brown-ThinItalic.woff') format('woff'),
        url('Brown-ThinItalic.ttf') format('truetype'),
        url('Brown-ThinItalic.svg#Brown-ThinItalic') format('svg');
    font-weight: 100;
    font-style: italic;
}

/*-- LIGHT (300) --*/

@font-face {
    font-family: 'Brown';
    src: url('Brown-Light.eot');
    src: url('Brown-Light.eot?#iefix') format('embedded-opentype'),
        url('Brown-Light.woff2') format('woff2'),
        url('Brown-Light.woff') format('woff'),
        url('Brown-Light.ttf') format('truetype'),
        url('Brown-Light.svg#Brown-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Brown';
    src: url('Brown-LightItalic.eot');
    src: url('Brown-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('Brown-LightItalic.woff2') format('woff2'),
        url('Brown-LightItalic.woff') format('woff'),
        url('Brown-LightItalic.ttf') format('truetype'),
        url('Brown-LightItalic.svg#Brown-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}

/*-- NORMAL (300) --*/

@font-face {
    font-family: 'Brown';
    src: url('Brown-Regular.eot');
    src: url('Brown-Regular.eot?#iefix') format('embedded-opentype'),
        url('Brown-Regular.woff2') format('woff2'),
        url('Brown-Regular.woff') format('woff'),
        url('Brown-Regular.ttf') format('truetype'),
        url('Brown-Regular.svg#Brown-Regular') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Brown';
    src: url('Brown-RegularItalic.eot');
    src: url('Brown-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('Brown-RegularItalic.woff2') format('woff2'),
        url('Brown-RegularItalic.woff') format('woff'),
        url('Brown-RegularItalic.ttf') format('truetype'),
        url('Brown-RegularItalic.svg#Brown-RegularItalic') format('svg');
    font-weight: 500;
    font-style: italic;
}

/*-- BOLD (300) --*/

@font-face {
    font-family: 'Brown';
    src: url('Brown-Bold.eot');
    src: url('Brown-Bold.eot?#iefix') format('embedded-opentype'),
        url('Brown-Bold.woff2') format('woff2'),
        url('Brown-Bold.woff') format('woff'),
        url('Brown-Bold.ttf') format('truetype'),
        url('Brown-Bold.svg#Brown-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Brown';
    src: url('Brown-BoldItalic.eot');
    src: url('Brown-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('Brown-BoldItalic.woff2') format('woff2'),
        url('Brown-BoldItalic.woff') format('woff'),
        url('Brown-BoldItalic.ttf') format('truetype'),
        url('Brown-BoldItalic.svg#Brown-BoldItalic') format('svg');
    font-weight: 700;
    font-style: italic;
}
