/* Light */
@font-face {
  font-family: 'HK Grotesk';
  src: url('light/HKGrotesk-Light.eot');
  src: url('light/HKGrotesk-Light.eot?#iefix') format('embedded-opentype'),
    url('light/HKGrotesk-Light.woff2') format('woff2'),
    url('light/HKGrotesk-Light.woff') format('woff'),
    url('light/HKGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
/* Regular */
@font-face {
  font-family: 'HK Grotesk';
  src: url('regular/HKGrotesk-Regular.eot');
  src: url('regular/HKGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
    url('regular/HKGrotesk-Regular.woff2') format('woff2'),
    url('regular/HKGrotesk-Regular.woff') format('woff'),
    url('regular/HKGrotesk-Regular.ttf') format('truetype');
  font-weight: normal;
  font-weight: 400;
  font-style: normal;
}
/* Medium */
@font-face {
  font-family: 'HK Grotesk';
  src: url('medium/HKGrotesk-Medium.eot');
  src: url('medium/HKGrotesk-Medium.eot?#iefix') format('embedded-opentype'),
    url('medium/HKGrotesk-Medium.woff2') format('woff2'),
    url('medium/HKGrotesk-Medium.woff') format('woff'),
    url('medium/HKGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
/* Bold */
@font-face {
  font-family: 'HK Grotesk';
  src: url('bold/HKGrotesk-Bold.eot');
  src: url('bold/HKGrotesk-Bold.eot?#iefix') format('embedded-opentype'),
    url('bold/HKGrotesk-Bold.woff2') format('woff2'),
    url('bold/HKGrotesk-Bold.woff') format('woff'),
    url('bold/HKGrotesk-Bold.ttf') format('truetype');
  font-weight: bold;
  font-weight: 700;
  font-style: normal;
}
