/* CSS Document */
@charset "utf-8";
/* Font-face */

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular.woff') format('woff'),
         url('../fonts/OpenSans-Regular.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Regular.eot');
    src: url('../fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Oswald-Regular.woff') format('woff'),
         url('../fonts/Oswald-Regular.ttf') format('truetype'),
         url('../fonts/Oswald-Regular.svg#Oswald-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/ArchivoNarrow-Regular.eot');
    src: url('../fonts/ArchivoNarrow-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ArchivoNarrow-Regular.woff') format('woff'),
         url('../fonts/ArchivoNarrow-Regular.ttf') format('truetype'),
         url('../fonts/ArchivoNarrow-Regular.svg#ArchivoNarrow-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo-Bold';
    src: url('../fonts/ArchivoNarrow-Bold.eot');
    src: url('../fonts/ArchivoNarrow-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ArchivoNarrow-Bold.woff') format('woff'),
         url('../fonts/ArchivoNarrow-Bold.ttf') format('truetype'),
         url('../fonts/ArchivoNarrow-Bold.svg#ArchivoNarrow-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadProCondensed';
    src: url('../fonts/myriadpro-cond-webfont.eot');
    src: url('../fonts/myriadpro-cond-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-cond-webfont.woff') format('woff'),
         url('../fonts/myriadpro-cond-webfont.ttf') format('truetype'),
         url('../fonts/myriadpro-cond-webfont.svg#MyriadProCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Istok';
    src: url('../fonts/IstokWeb-Regular.ttf')format('truetype');
    src: url('../fonts/IstokWeb-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/IstokWeb-Regular.woff') format('woff'),
         url('../fonts/IstokWeb-Regular.ttf') 
         url('../fonts/IstokWeb-Regular.svg#IstokWeb') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Istok Bold';
    src: url('../fonts/IstokWeb-Bold.eot');
    src: url('../fonts/IstokWeb-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/IstokWeb-Bold.woff') format('woff'),
         url('../fonts/IstokWeb-Bold.ttf') format('truetype'),
         url('../fonts/IstokWeb-Bold.svg#IstokWeb') format('svg');
    font-weight: 700;
    font-style: normal;
}
