/* ============================================================
   Oomo! — Type system (real brand faces, supplied by client)
     • Logo    → DKS Groovezilla Semi-condensed
     • Headers → Obviously (Demo Narrow Black)
     • Body    → PolySans (Trial Neutral / Median)
   ============================================================ */

@font-face {
  font-family: 'DKS Groovezilla';
  src: url('fonts/DKSGroovezilla-SemiCondensed.ttf') format('truetype');
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Obviously';
  src: url('fonts/Obviously-NarrowBlack.otf') format('opentype');
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Obviously';
  src: url('fonts/Obviously-NarrowBlackItalic.otf') format('opentype');
  font-weight: 700 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'PolySans';
  src: url('fonts/PolySans-Neutral.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PolySans';
  src: url('fonts/PolySans-Median.otf') format('opentype');
  font-weight: 500 700;
  font-style: normal;
  font-display: swap;
}
