@font-face {
    font-family: 'Apercu';
    src: url('fonts/apercu_bold-webfont.woff2') format('woff2'),
         url('fonts/apercu_bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: bold;

}




@font-face {
    font-family: 'Apercu';
    src: url('fonts/apercu_light-webfont.woff2') format('woff2'),
         url('fonts/apercu_light-webfont.woff') format('woff');
    font-weight: light;
    font-style: light;

}




@font-face {
    font-family: 'Apercu';
    src: url('fonts/apercu_medium-webfont.woff2') format('woff2'),
         url('fonts/apercu_medium-webfont.woff') format('woff');
    font-weight: medium;
    font-style: medium;

}




@font-face {
    font-family: 'Apercu';
    src: url('fonts/apercu_regular-webfont.woff2') format('woff2'),
         url('fonts/apercu_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}