/********* FUTURA *********/
/**************************/
@font-face {
    font-family: 'Futura';
    src: url('futura/FUTURAL.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('futura/FUTURALI.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Futura';
    src: url('futura/FUTURAB.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/******** SOURCE SANS PRO *********/
/**********************************/
@font-face {
    font-family: 'Source Sans Pro';
    src: url('sourcesans/SourceSansPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('sourcesans/SourceSansPro-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('sourcesans/SourceSansPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}