@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamRounded-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'FilsonSoft';
    src: url('../fonts/FilsonSoft-Book.otf') format('opentype');
    font-weight: 350;
    font-style: normal;
}

@font-face {
    font-family: 'FilsonSoft';
    src: url('../fonts/FilsonSoft-BookItalic.otf') format('opentype');
    font-weight: 350;
    font-style: italic;
}

@font-face {
    font-family: 'FilsonSoft';
    src: url('../fonts/FilsonSoft-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'FilsonSoft';
    src: url('../fonts/FilsonSoft-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'FilsonSoft';
    src: url('../fonts/FilsonSoft-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'FilsonSoft';
    src: url('../fonts/FilsonSoft-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'FilsonSoft';
    src: url('../fonts/FilsonSoft-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'FilsonSoft';
    src: url('../fonts/FilsonSoft-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'FilsonSoft';
    src: url('../fonts/FilsonSoft-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}