/*
=========
==FONTS==
=========
*/

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans/OpenSans.eot');
    src: url('fonts/OpenSans/OpenSans.woff') format('woff'),
         url('fonts/OpenSans/OpenSans.woff2') format('woff2'),
         url('fonts/OpenSans/OpenSans.ttf') format('truetype'),
         url('fonts/OpenSans/OpenSans.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

@font-face {
    font-family: 'Sans Semibold';
    src: url('fonts/SansSemiBOLD/SansSemiBOLD.eot');
    src: url('fonts/SansSemiBOLD/SansSemiBOLD.woff') format('woff'),
         url('fonts/SansSemiBOLD/SansSemiBOLD.woff2') format('woff2'),
         url('fonts/SansSemiBOLD/SansSemiBOLD.ttf') format('truetype'),
         url('fonts/SansSemiBOLD/SansSemiBOLD.eot?#iefix') format('embedded-opentype'),
         url('fonts/SansSemiBOLD/SansSemiBOLD.svg#SansSemiBOLD') format('svg');
    font-weight: normal;
    font-style: normal;
}

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