@font-face {
    font-family: 'Denton Condensed';
    src: url('DentonCondensed-Regular.woff2') format('woff2'),
        url('DentonCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Denton Condensed';
    src: url('DentonCondensed-RegularItalic.woff2') format('woff2'),
        url('DentonCondensed-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Denton Condensed';
    src: url('DentonCondensed-Light.woff2') format('woff2'),
        url('DentonCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Denton Condensed';
    src: url('DentonCondensed-LightItalic.woff2') format('woff2'),
        url('DentonCondensed-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}