/* Webfonts. All four are Google Fonts substitutions — no original font binaries
   were supplied with the brief. See readme.md > VISUAL FOUNDATIONS > Type. */
@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@400;600;700;800;900&family=Archivo+Black&family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,500;0,6..72,600;1,6..72,400&family=Chivo+Mono:wght@400;600;700&family=Noto+Sans+JP:wght@500;700;900&display=swap");

:root {
  --font-poster: "Big Shoulders Display", "Oswald", Impact, sans-serif; /* condensed poster titling */
  --font-slab: "Archivo Black", "Arial Black", sans-serif;              /* chunky sub-display, buttons, badges */
  --font-body: "Newsreader", Georgia, serif;                            /* running copy */
  --font-mono: "Chivo Mono", "Courier New", monospace;                  /* labels, credits, metadata */
  --font-jp: "Noto Sans JP", var(--font-slab), sans-serif;              /* katakana / kanji accents */
}
