
@font-face {
    font-family: 'strom';
    src: url('strom-semibold-webfont.woff2') format('woff2'),
         url('strom-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'strom';
    src: url('strom-medium-webfont.woff2') format('woff2'),
         url('strom-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'strom';
    src: url('strom-regular-webfont.woff2') format('woff2'),
         url('strom-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}