/*-------- fonts ------------------------*/

@font-face {
    font-family: 'Miso_Bold';
    src: url('fonts/miso-bold-webfont.eot');
    src: url('fonts/miso-bold-webfont.eot?iefix') format('eot'),
    url('fonts/miso-bold-webfont.woff') format('woff'),
    url('fonts/miso-bold-webfont.ttf') format('truetype'),
    url('fonts/miso-bold-webfont.svg#webfontOS7VaPS3') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Miso_Regular';
    src: url('fonts/miso-regular-webfont.eot');
    src: url('fonts/miso-regular-webfont.eot?iefix') format('eot'),
    url('fonts/miso-regular-webfont.woff') format('woff'),
    url('fonts/miso-regular-webfont.ttf') format('truetype'),
    url('fonts/miso-regular-webfont.svg#webfontEmuN7CeE') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Miso_Light';
    src: url('fonts/miso-light-webfont.eot');
    src: url('fonts/miso-light-webfont.eot') format('embedded-opentype'),
         url('fonts/miso-light-webfont.woff2') format('woff2'),
         url('fonts/miso-light-webfont.woff') format('woff'),
         url('fonts/miso-light-webfont.ttf') format('truetype'),
         url('fonts/miso-light-webfont.svg#Miso_Light') format('svg');
}

@font-face {
    font-family: 'Blender';
    src: url('fonts/Blender-Bold.eot');
    src: url('fonts/Blender-Bold.woff') format('woff'),
    url('fonts/Blender-Bold.ttf') format('truetype'),
    url('fonts/Blender-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

