@font-face {
    font-family: 'Panton Narrow';
    src: url('PantonNarrow-Regular.woff2') format('woff2'),
        url('PantonNarrow-Regular.woff') format('woff'),
        url('PantonNarrow-Regular.otf') format('otf'),
        url('PantonNarrow-Regular.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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