/*** BIANCO Sans / 400,400i,800,900 ***/
@font-face {
    font-family: 'BiancoSans';
    font-style: normal;
    font-weight: 400;
    src: url('biancosans-regular.woff2') format('woff2'),
         url('biancosans-regular.woff') format('woff'),
         url('biancosans-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'BiancoSans';
    font-style: italic;
    font-weight: 400;
    src: url('biancosans-regular_italic.woff') format('woff'),
         url('biancosans-regular_italic.ttf') format('truetype');
}

@font-face {
    font-family: 'BiancoSans';
    font-style: normal;
    font-weight: 800;
    src: url('biancosans-extrabold.ttf') format('truetype');
}

@font-face {
    font-family: 'BiancoSans';
    font-style: normal;
    font-weight: 900;
    src: url('biancosans-heavy.ttf') format('truetype');
}


/*** BIANCO Serif / 900 ***/

@font-face {
    font-family: 'BiancoSerif';
    font-style: normal;
    font-weight: 900;
    src: url('biancoserif-heavy.woff2') format('woff2'),
         url('biancoserif-heavy.woff') format('woff'),
         url('biancoserif-heavy.ttf') format('truetype');
}
