/* ==========================================================================
   Dom's Sidequest, design tokens

   Direction: "Mono". Pure black and white with no accent colour at all. The
   confidence comes from scale and contrast, which is also why it should age
   well: there is no trend colour in here to date.

   Two typefaces, both Archivo. Archivo Black carries the wordmark and the
   channel names; regular Archivo does everything else, including the small
   letterspaced caps that stand in for a monospace label.

   Do not add an accent colour without a reason. The absence is the idea.
   ========================================================================== */

:root {
  /* Type */
  --font-display: 'Archivo Black', 'Archivo', system-ui, sans-serif;
  --font-body: 'Archivo', system-ui, sans-serif;

  /* Ground */
  --bg: #000000;
  --fg: #FFFFFF;

  /* Derived */
  --dim: #8C8C8C;   /* handles and meta text. 6.25:1 on black, passes AA */
  --line: #212121;  /* row dividers */

  /* Scale */
  --measure: 560px;
  --pad: 20px;
}
