@font-face {
    font-family: 'Inter Bold';
    src: url('Inter-Bold.ttf');
}

@font-face {
    font-family: 'Inter Regular';
    src: url('Inter-Regular.ttf');
}

@font-face {
    font-family: 'Futura PT Bold';
    src: url('FuturaPTBold.otf') format('opentype'),
    url('FuturaPTBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Futura PT Book';
    src: url('FuturaPTBook.otf') format('opentype'),
    url('FuturaPTBook.ttf') format('truetype');
}
