@font-face {
    font-family: 'GothamGreek-Bold';
    src: url('../assets/fonts/GothamGreek-Bold.otf');
    font-display: swap
}
@font-face {
    font-family: 'GothamGreek-Book';
    src: url('../assets/fonts/GothamGreek-Book.otf');
    font-display: swap
}
@font-face {
    font-family: 'GothamGreek-Medium';
    src: url('../assets/fonts/GothamGreek-Medium.otf');
    font-display: swap
}
@font-face {
    font-family: 'GothaProBol';
    src: url('../assets/fonts/GothaProBol.otf');
    font-display: swap
}
@font-face {
    font-family: 'MinionPro';
    src: url('../assets/fonts/MinionPro-Regular.otf');
    font-display: swap
}
@font-face {
    font-family: 'Montserrat';
    src: url('../assets/fonts/Montserrat-Regular.ttf');
    font-display: swap
}
@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url('../assets/fonts/Montserrat-ExtraBold.ttf');
    font-display: swap
}
@font-face {
    font-family: 'TT2020Base';
    src: url('../assets/fonts/TT2020Base-Regular.ttf');
    font-display: swap
}
@font-face {
    font-family: 'CopperplateBold';
    src: url('../assets/fonts/CopperplateBold/font.woff') format('woff'),
         url('../assets/fonts/CopperplateBold/font.woff2') format('woff2');
    font-display: swap
}