/* ==========================================================================
   THEME — Outpost Oops (kids 6–12, outpostoops.com)
   Palette + skin tokens, locked from the "Three Skins" mockup. Playful arena:
   navy ink, coral + sunny gold, rounded everything, hard "sticker" offset
   shadows. Ships first; defines the system. (Skin components live in oops.css.)
   ========================================================================== */
:root {
  /* semantic contract */
  --c-bg: #FFF9EC;            /* warm cream page */
  --c-surface: #ffffff;
  --c-ink: #20243A;           /* deep navy — text + the 3px sticker outlines */
  --c-ink-sub: #454A63;       /* body/subhead */
  --c-ink-dim: #6C7384;       /* captions */
  --c-line: #20243A;
  --c-accent: #CF6B47;        /* coral */
  --c-accent-ink: #20243A;

  /* oops-specific tokens */
  --c-gold: #F2B43A;          /* shared beacon gold, dialed bright */
  --c-gold-deep: #C98A12;     /* gold button drop-shadow */
  --c-coral: #CF6B47;
  --c-pop: #FFD24A;           /* marker-highlight behind "good enough" */
  --oo-band: #FFE9B0;         /* soft-gold band panel */
  --oo-foot: #191C2E;         /* footer navy */

  --density: 1;
  color-scheme: light;
}
