/* the HOARD — brand type.
   Kenyan Coffee (Typodermic) is the brand display family, a tall condensed
   sans. It ships Regular + Italic + Bold + Bold Italic; the weight ranges
   below fold the codebase's 400–900 requests onto those four cuts.
   (Kenyan Coffee has been fully retired — no alias.) */

@font-face {
  font-family: 'Kenyan Coffee';
  font-style: normal; font-weight: 100 550; font-display: swap;
  src: url('fonts/KenyanCoffee-Rg.otf') format('opentype');
}
@font-face {
  font-family: 'Kenyan Coffee';
  font-style: italic; font-weight: 100 550; font-display: swap;
  src: url('fonts/KenyanCoffee-RgIt.otf') format('opentype');
}
@font-face {
  font-family: 'Kenyan Coffee';
  font-style: normal; font-weight: 551 900; font-display: swap;
  src: url('fonts/KenyanCoffee-Bd.otf') format('opentype');
}
@font-face {
  font-family: 'Kenyan Coffee';
  font-style: italic; font-weight: 551 900; font-display: swap;
  src: url('fonts/KenyanCoffee-BdIt.otf') format('opentype');
}

/* Steelfish (Typodermic) — extra-condensed; used for oversized numerals
   (founder numbers, big stats) where Kenyan Coffee needs more compression. */
@font-face {
  font-family: 'Steelfish';
  font-style: normal; font-weight: 100 550; font-display: swap;
  src: url('fonts/Steelfish-Rg.otf') format('opentype');
}
@font-face {
  font-family: 'Steelfish';
  font-style: normal; font-weight: 551 900; font-display: swap;
  src: url('fonts/Steelfish-Bd.otf') format('opentype');
}

/* Highrise (demo) — alternate condensed display, available for moments
   that want a squarer industrial cut than Kenyan Coffee. */
@font-face {
  font-family: 'Highrise';
  font-style: normal; font-weight: 100 550; font-display: swap;
  src: url('fonts/Highrise-Cd.otf') format('opentype');
}
@font-face {
  font-family: 'Highrise';
  font-style: normal; font-weight: 551 900; font-display: swap;
  src: url('fonts/Highrise-Bd.otf') format('opentype');
}
