@font-face {
    font-family: 'font_light';
    src: url(../fonts/f1_light.woff) format('woff');
}
.font_light { font-family: 'font_light'; }


@font-face {
    font-family: 'font_normal';
    src: url(../fonts/f1_regular.woff) format('woff');
}
.font_normal { font-family: 'font_normal'; }


@font-face {
    font-family: 'font_semibold';
    src: url(../fonts/f1_semibold.woff) format('woff');
}
.font_semibold { font-family: 'font_semibold'; }


@font-face {
    font-family: 'font_bold';
    src: url(../fonts/f1_bold.woff) format('woff');
}
.font_bold { font-family: 'font_bold'; }