@font-face {
    font-family: 'Foco';
    src: url('Foco-Bold.woff2') format('woff2'),
        url('Foco-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Foco';
    src: url('Foco-Italic.woff2') format('woff2'),
        url('Foco-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Foco';
    src: url('Foco-Regular.woff2') format('woff2'),
        url('Foco-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Foco';
    src: url('Foco-Black.woff2') format('woff2'),
        url('Foco-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Greek';
    src: url('GothamGreek-Book.woff2') format('woff2'),
        url('GothamGreek-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Greek';
    src: url('GothamGreek-Bold.woff2') format('woff2'),
        url('GothamGreek-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Greek';
    src: url('GothamGreek-Medium.woff2') format('woff2'),
        url('GothamGreek-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


