@font-face {
    font-family: 'Stroma';
    src: url('stroma-bold-webfont.woff2') format('woff2'),
         url('stroma-bold-webfont.woff') format('woff'),
         url('Stroma-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Stroma';
    src: url('stroma-medium-webfont.woff2') format('woff2'),
         url('stroma-medium-webfont.woff') format('woff'),
         url('Stroma-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}