/**
* @license
*
* Font Family: Hanken Grotesk
* Designed by: The Hanken Grotesk Project
* URL: https://github.com/marcologous/hanken-grotesk
* Copyright 2021 The Hanken Grotesk Project
*
* HK Grotesk Variable (Variable font)
* HK Grotesk VariableItalic (Variable font)
*/

/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 400.0;
*
* available axes:
'wght' (range from 400.0 to 700.0
*/
@font-face {
  font-family: 'HKGrotesk';
  src: url('src/HankenGrotesk-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}

/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 400.0;
*
* available axes:
'wght' (range from 400.0 to 700.0
*/
@font-face {
  font-family: 'HKGrotesk';
  src: url('src/HankenGrotesk-Italic-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
  font-style: italic;
}
