@font-face {
    font-family: 'styrene_a';
    src: url('/assets/fonts/styrenea-bold-webfont.woff2') format('woff2'),
         url('/assets/fonts/styrenea-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'styrene_b';
    src: url('/assets/fonts/styreneb-regular-webfont.woff2') format('woff2'),
         url('/assets/fonts/styreneb-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'styrene_b';
    src: url('/assets/fonts/styreneb-bold-webfont.woff2') format('woff2'),
         url('/assets/fonts/styreneb-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'styrene_b';
    src: url('/assets/fonts/styreneb-light-webfont.woff2') format('woff2'),
         url('/assets/fonts/styreneb-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'styrene_b';
    src: url('/assets/fonts/styreneb-lightitalic-webfont.woff2') format('woff2'),
         url('/assets/fonts/styreneb-lightitalic-webfont.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'styrene_b';
    src: url('/assets/fonts/styreneb-regularitalic-webfont.woff2') format('woff2'),
         url('/assets/fonts/styreneb-regularitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
