@font-face {
    font-family: 'Helvetica';
    src: url('Helvetica-Normal\ Regular.ttf') format('ttf');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

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