@font-face {
  font-family: HKGrotesk;
  src: url("../ttf/HKGrotesk-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: HKGrotesk;
  src: url("../ttf/HKGrotesk-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: HKGrotesk;
  src: url("../ttf/HKGrotesk-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: HKGrotesk;
  src: url("../ttf/HKGrotesk-Italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: HKGrotesk;
  src: url("../ttf/HKGrotesk-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: HKGrotesk;
  src: url("../ttf/HKGrotesk-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: HKGrotesk;
  src: url("../ttf/HKGrotesk-Bold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: HKGrotesk;
  src: url("../ttf/HKGrotesk-BoldItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: HKGrotesk;
  src: url("../ttf/HKGrotesk-ExtraBold.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: HKGrotesk;
  src: url("../ttf/HKGrotesk-Black.otf") format("opentype");
  font-weight: 800;
}
body {
  font-family: HKGrotesk, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
}
