@font-face {
  font-family: 'hk-grotesk';
  font-weight: 400;
  font-style: normal;
  src: url("/assets/HKGrotesk-Medium-4ab02353.woff2") format('woff2'),
       url("/assets/HKGrotesk-Medium-31559aa8.woff") format('woff');
}

@font-face {
  font-family: 'hk-grotesk';
  font-weight: 400;
  font-style: italic;
  src: url("/assets/HKGrotesk-MediumItalic-64cc8937.woff2") format('woff2'),
       url("/assets/HKGrotesk-MediumItalic-da10a888.woff") format('woff');
}

@font-face {
  font-family: 'hk-grotesk';
  font-weight: 700;
  font-style: normal;
  src: url("/assets/HKGrotesk-Bold-2248e5a0.woff2") format('woff2'),
       url("/assets/HKGrotesk-Bold-eb308828.woff") format('woff');
}

@font-face {
  font-family: 'inconsolata';
  font-weight: 400;
  font-style: normal;
  src: url("/assets/Inconsolata-Medium-b2df41df.woff2") format('woff2'),
       url("/assets/Inconsolata-Medium-38b30db4.woff") format('woff');
}

@font-face {
  font-family: 'inconsolata';
  font-weight: 700;
  font-style: normal;
  src: url("/assets/Inconsolata-Bold-e6c9742f.woff2") format('woff2'),
       url("/assets/Inconsolata-Bold-d496d8dc.woff") format('woff');
}

* {
  margin: 0;
  padding: 0;
  font-family: 'hk-grotesk', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}
