@font-face {
    font-family: 'SegoeUILight';
    src: url('segoeuil-webfont.eot');
    src: url('segoeuil-webfont.eot?#iefix') format('embedded-opentype'),
         url('segoeuil-webfont.woff') format('woff'),
         url('segoeuil-webfont.ttf') format('truetype'),
         url('segoeuil-webfont.svg#SegoeUILight') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* LIGHT */
@font-face {
    font-family: 'Centrale Sans';
    src: url('centrale_sans_light-webfont.woff2') format('woff2'), url('centrale_sans_light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

/* BOLD */
@font-face {
    font-family: 'Centrale Sans';
    src: url('centrale_sans_bold-webfont.woff2') format('woff2'), url('centrale_sans_bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}