/*
 * Custom Fonts — Hoarding Kings
 * Cook Conthic (display/headings) + Grift Regular (body)
 */

@font-face {
  font-family: 'Cook Conthic';
  src: url('CookConthic.woff2') format('woff2'),
       url('CookConthic.woff') format('woff'),
       url('CookConthic.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Grift';
  src: url('Grift-Regular.woff2') format('woff2'),
       url('Grift-Regular.woff') format('woff'),
       url('Grift-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
