@font-face {
    font-family: HKGrotesk;
    src: url("../fonts/HKGrotesk-Regular.otf") format("opentype");
}
@font-face {
    font-family: HKGrotesk;
    font-style: italic;
    src: url("../fonts/HKGrotesk-Italic.otf") format("opentype");
}
@font-face {
    font-family: HKGrotesk;
    font-weight: bold;
    src: url("../fonts/HKGrotesk-Bold.otf") format("opentype");
}
@font-face {
    font-family: HKGrotesk;
    font-weight: bold;
    font-style: italic;
    src: url("../fonts/HKGrotesk-BoldItalic.otf") format("opentype");
}

@font-face {
    font-family: HKGrotesk;
    font-weight: 900;
    src: url("../fonts/HKGrotesk-Black.otf") format("opentype");
}
@font-face {
    font-family: HKGrotesk;
    font-weight: 900;
    font-style: italic;
    src: url("../fonts/HKGrotesk-BlackItalic.otf") format("opentype");
}

@font-face {
    font-family: HKGrotesk;
    font-weight: 800;
    src: url("../fonts/HKGrotesk-ExtraBold.otf") format("opentype");
}

@font-face {
    font-family: HKGrotesk;
    font-weight: 300;
    src: url("../fonts/HKGrotesk-Light.otf") format("opentype");
}
@font-face {
    font-family: HKGrotesk;
    font-weight: 500;
    src: url("../fonts/HKGrotesk-Medium.otf") format("opentype");
}
@font-face {
    font-family: HKGrotesk;
    font-weight: 500;
    font-style: italic;
    src: url("../fonts/HKGrotesk-MediumItalic.otf") format("opentype");
}
@font-face {
    font-family: HKGrotesk;
    font-weight: 600;
    src: url("../fonts/HKGrotesk-SemiBold.otf") format("opentype");
}
@font-face {
    font-family: HKGrotesk;
    font-weight: 600;
    font-style: italic;
    src: url("../fonts/HKGrotesk-SemiBoldItalic.otf") format("opentype");
}