/* Fantasy Refresh — Shared Design Tokens
   Extracted from the (previously duplicated, identical) :root{} blocks
   that existed independently in every page. This is the single source
   of truth going forward — edit colors/fonts here, not per-page.
   Linked from every HTML page; load order doesn't matter since these
   are just CSS custom properties. */

:root{
  /* DARK MODE (default) */
  --hdr:#050808;--hdr2:#080E0E;
  --bg:#0A0F0F;--bg2:#0D1515;--bg3:#101C1C;--bg4:#142020;
  --or:#00E5D4;--or2:#33EDE0;--or4:#003A38;
  --pk:#FF5FA0;--pk2:#FF85B8;--pk4:#3A0020;
  --pu:#9B6DFF;--pu2:#B899FF;--pu4:#1A0A3A;
  --ink:#F0FAFA;--ink2:#6ABFBF;--ink3:#3A8888;
  --bdr:#0D3535;--bdr2:#104040;--red:#FF5FA0;--grn:#00E5D4;
  --ps:#FF9A3A; /* preseason orange accent — only used by preseason.html, harmless elsewhere */
  --fd:'Barlow Condensed',sans-serif;--fb:'Barlow',sans-serif;
}
