@font-face {
    font-family: 'Jura';
    src: url('JuraLight.woff2') format('woff2'),
        url('JuraLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Jura';
    src: url('JuraMedium.woff2') format('woff2'),
        url('JuraMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

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

@font-face {
    font-family: 'Jura';
    src: url('JuraBook.woff2') format('woff2'),
        url('JuraBook.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

