@font-face {
    font-family: 'Cafeta';
    src: url('../fonts/Cafeta.eot');
    src: url('../fonts/Cafeta.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Cafeta.woff2') format('woff2'),
        url('../fonts/Cafeta.woff') format('woff'),
        url('../fonts/Cafeta.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/MyriadPro-Regular.otf');
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff'),
        url('../fonts/MyriadPro-Regular.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'gotham-medium';
    src: url('../fonts/gotham-medium.ttf');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'loveline';
    src: url('../fonts/loveline.ttf');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}