@font-face {
    font-family: 'fk-bold';
    src: url('../fonts/Jura-SemiBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'fk-medium';
    src: url('../fonts/Jura-Medium.ttf')  format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'fk-light';
    src: url('../fonts/Jura-Regular.ttf')  format('truetype');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'ob-bold';
    src: url('../fonts/Orbitron-SemiBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ob-medium';
    src: url('../fonts/Orbitron-Medium.ttf')  format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'ob-light';
    src: url('../fonts/Orbitron-Regular.ttf')  format('truetype');
    font-weight: 300;
    font-style: normal;
}
