/* ===========================================================
   CAN'T ANYBODY HERE PLAY THIS GAME — Design Tokens
   Ported from Mockup/Mets/styles.css
   =========================================================== */

:root {
  /* Palette: Evidence File (default) */
  --paper: #ebe5d6;
  --paper-2: #e1d9c5;
  --paper-3: #d5cbb3;
  --ink: #161310;
  --ink-2: #3d362d;
  --ink-3: #6a6052;
  --accent: #b54a2a;
  --accent-2: #1c3a52;
  --good: #2a4a3a;
  --bad: #8a2419;
  --highlight: #f0b54a;

  /* Type */
  --f-display: "Instrument Serif", "Times New Roman", serif;
  --f-body: "Newsreader", "Iowan Old Style", Georgia, serif;
  --f-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;

  /* Spacing scale */
  --s-1: 4px;
  --s-2: 8px;
  --s-3: 12px;
  --s-4: 16px;
  --s-5: 24px;
  --s-6: 32px;
  --s-7: 48px;
  --s-8: 64px;
  --s-9: 96px;
  --s-10: 128px;

  /* Layout */
  --max-w: 1320px;
  --gutter: 32px;
}

/* Palette: Newsprint */
[data-palette="newsprint"] {
  --paper: #f6f3ec;
  --paper-2: #ecead9;
  --paper-3: #d8d2bf;
  --ink: #0e0e0e;
  --ink-2: #2a2a2a;
  --ink-3: #5e5e5e;
  --accent: #c34a17;
  --accent-2: #002d6b;
  --good: #1f5237;
  --bad: #8a1c11;
  --highlight: #ffd45a;
}

/* Palette: Forensic Dark */
[data-palette="forensic"] {
  --paper: #14130f;
  --paper-2: #1c1a14;
  --paper-3: #2a261d;
  --ink: #ebe5d6;
  --ink-2: #c4bca8;
  --ink-3: #7d7565;
  --accent: #ff6a2e;
  --accent-2: #6da3d6;
  --good: #6ec08f;
  --bad: #e26b5f;
  --highlight: #f4c151;
}
