/* ============================================================
   MINALE BARLOW — Fonts
   Primary: Graphik Compact (user-supplied trial OTF)
   Accent serif: Instrument Serif (the "BARLOW" wordmark + editorial italics)
   Mono: Space Mono (timecodes, eyebrows, broadcast labels)
   ============================================================ */

/* Accent serif + mono come from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Space+Mono:ital,wght@0,400;0,700;1,400&display=swap');

/* ---- Graphik Compact — the workhorse condensed grotesque ---- */
@font-face{
  font-family:'Graphik Compact'; font-style:normal; font-weight:300; font-display:swap;
  src:url('../assets/fonts/GraphikCompact-Light.otf') format('opentype');
}
@font-face{
  font-family:'Graphik Compact'; font-style:normal; font-weight:400; font-display:swap;
  src:url('../assets/fonts/GraphikCompact-Regular.otf') format('opentype');
}
@font-face{
  font-family:'Graphik Compact'; font-style:italic; font-weight:400; font-display:swap;
  src:url('../assets/fonts/GraphikCompact-RegularItalic.otf') format('opentype');
}
@font-face{
  font-family:'Graphik Compact'; font-style:normal; font-weight:500; font-display:swap;
  src:url('../assets/fonts/GraphikCompact-Medium.otf') format('opentype');
}
@font-face{
  font-family:'Graphik Compact'; font-style:italic; font-weight:500; font-display:swap;
  src:url('../assets/fonts/GraphikCompact-MediumItalic.otf') format('opentype');
}
@font-face{
  font-family:'Graphik Compact'; font-style:normal; font-weight:600; font-display:swap;
  src:url('../assets/fonts/GraphikCompact-Semibold.otf') format('opentype');
}
@font-face{
  font-family:'Graphik Compact'; font-style:normal; font-weight:700; font-display:swap;
  src:url('../assets/fonts/GraphikCompact-Bold.otf') format('opentype');
}
@font-face{
  font-family:'Graphik Compact'; font-style:italic; font-weight:700; font-display:swap;
  src:url('../assets/fonts/GraphikCompact-BoldItalic.otf') format('opentype');
}
@font-face{
  font-family:'Graphik Compact'; font-style:normal; font-weight:800; font-display:swap;
  src:url('../assets/fonts/GraphikCompact-Black.otf') format('opentype');
}
@font-face{
  font-family:'Graphik Compact'; font-style:normal; font-weight:900; font-display:swap;
  src:url('../assets/fonts/GraphikCompact-Super.otf') format('opentype');
}
@font-face{
  font-family:'Graphik Compact'; font-style:italic; font-weight:900; font-display:swap;
  src:url('../assets/fonts/GraphikCompact-SuperItalic.otf') format('opentype');
}
