/* Fonts definition */

@font-face {
    font-family: Skaut;
    src: url(../fonts/skaut/skaut-bold-webfont.woff);
}

@font-face {
    font-family: TheMix;
    src: url(../fonts/the-mix/TheMix_LT_400.woff);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: TheMix;
    src: url(../fonts/the-mix/TheMix_LT_400i.woff);
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: TheMix;
    src: url(../fonts/the-mix/TheMix_LT_700.woff);
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: TheMix;
    src: url(../fonts/the-mix/TheMix_LT_700i.woff);
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: Eurostile;
    src: url(../fonts/eurostile/Eurostib.TTF);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Futura;
    src: url(../fonts/futura/futura_medium_bt.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: DEC;
    src: url(../fonts/DECHandbook/DEC_Spaced.otf);
    font-weight: normal;
    font-style: normal;
}

