/* ==========================================================================
   The Players Club — Design Tokens (Forest & Sand)
   Single source of truth for colors, type, radii.
   Mirrors docs/design-system.md and design/palette.md.
   Mono-theme (warm light), with dark "forest" sections for depth.
   ========================================================================== */

:root{
  /* Brand */
  --forest:#0c2318;          /* deep forest green — dark panels, brand mark */
  --green:#1a5c35;           /* primary green */
  --mid:#2d7a4f;             /* accent / tags */
  --sand:#f0ebe1;            /* warm sand — page background */
  --sand2:#e8e1d4;           /* alt section background */
  --ink:#111610;             /* near-black text */
  --muted:#7a8070;           /* secondary text */
  --card:#ffffff;            /* card surface */
  --border:rgba(17,22,16,.1);

  --r:14px;                  /* card radius */
  --r-lg:20px;               /* large panel radius */
  --maxw:1180px;

  --font:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
}
