@font-face {
    font-family: 'HK Compression Heavy Condensed';
    src: url('HKCompression/HKCompression-HeavyCondensed.woff2') format('woff2'),
        url('HKCompression/HKCompression-HeavyCondensed.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Arial-Bold';
    src: url('Arial/Arial-BoldMT.woff2') format('woff2'),
        url('Arial/Arial-BoldMT.woff') format('woff');
    font-weight: bold;
    font-style: normal;
/*    font-display: swap;*/
}

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