@font-face {
    font-family: 'SFU Futura';
    src: url('../fonts/SFUFuturaRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SFU Futura Bold';
    src: url('../fonts/SFUFuturaBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SFU Futura Heavy';
    src: url('../fonts/SFUFuturaHeavy.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}