@font-face {
    font-family: 'Jura';
    font-style: normal;
    font-weight: 400;
    src: url("./jura-regular.ttf") format('truetype');
}

@font-face {
    font-family: 'Jura';
    font-style: normal;
    font-weight: 700;
    src: url("./jura-bold.ttf") format('truetype');
}