@font-face {
    font-family: 'HK_Grotesk';
    src: url('../webfonts/hkgrotesk-regular-webfont.woff2') format('woff2'),
        url('../webfonts/hkgrotesk-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK_Grotesk_alt';
    src: url('../webfonts/hkgrotesk-regular-webfont-alt.woff2') format('woff2'),
        url('../webfonts/hkgrotesk-regular-webfont-alt.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK_Grotesk';
    src: url('../webfonts/hkgrotesk-italic-webfont.woff2') format('woff2'),
        url('../webfonts/hkgrotesk-italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'HK_Grotesk';
    src: url('../webfonts/hkgrotesk-semibold-webfont.woff2') format('woff2'),
        url('../webfonts/hkgrotesk-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
body,
html {
    font-family:'HK_Grotesk';
}
