@font-face {
    font-family: 'Futura Book';
    src: url('FuturaBT-Book.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Futura Hv';
    src: url('Futura-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Akko Rounded Pro';
    src: url('AkkoRoundedPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Akko Rounded Pro';
    src: url('AkkoRoundedPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Akko Rounded Pro';
    src: url('AkkoRoundedPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}