@font-face {
  font-family: 'HK Grotesk';
  src: url('/style/fonts/hkgrotesk-bold.woff2') format('woff2'),
       url('/style/fonts/hkgrotesk-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'HK Grotesk';
  src: url('/style/fonts/hkgrotesk-medium.woff2') format('woff2'),
       url('/style/fonts/hkgrotesk-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'HK Grotesk';
  src: url('/style/fonts/hkgrotesk.woff2') format('woff2'),
       url('/style/fonts/hkgrotesk.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HK Grotesk';
  src: url('/style/fonts/hkgrotesk-light.woff2') format('woff2'),
       url('/style/fonts/hkgrotesk-light.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}