/* FULL CIRCLE app — design tokens.

   CANONICAL SOURCE: brand/fullcircle-tokens.css in this same folder — the file
   the seven Wix fall pages inline. Never edit a hex here; change the brand file
   and re-copy.

   The app design (artifact "Full Circle Mobile App", published 2026-08-08) is
   LIGHT-ONLY: warm paper, ink, four quadrant colours, with the splash screen as
   the one dark surface. There is deliberately no dark mode — an un-designed
   inversion of this palette looked worse than none.

   Per-WEEK accents (--wq / --wq-soft / --wq-ink) are set inline by app.js from
   weeks.json, which carries each week's quadrant colour. These tokens are the
   palette itself. */

:root {
  /* ---- Surfaces & ink ----------------------------------------------------- */
  --paper:        #FAFAF6;
  --surface:      #FFFFFF;
  --surface-2:    #F3F4EC;
  --fc-ink:       #17211A;
  --fc-muted:     #5C6A59;
  --fc-line:      #E5E7DD;
  --line-strong:  #CFD4C7;

  /* ---- RockPointe accent (site green) ------------------------------------- */
  --accent:       #229622;
  --accent-ink:   #177016;
  --accent-soft:  #EAF4E6;

  /* ---- The four quadrants -------------------------------------------------- */
  /* Wheel seating (FullCircleWheel.jpg): DEVELOP top-left · BUILD TRUST
     top-right · ENGAGE bottom-left · BE A GUIDE bottom-right. */
  --q-trust:      #3E7C8C;
  --q-guide:      #5E9633;
  --q-engage:     #E08A2B;
  --q-develop:    #C0483D;

  --q-trust-soft:   #E6F0F2;
  --q-guide-soft:   #EEF4E7;
  --q-engage-soft:  #FBF0E1;
  --q-develop-soft: #F8E9E7;

  /* ---- Status -------------------------------------------------------------- */
  --danger:       #C0483D;
  --warn:         #E08A2B;

  /* ---- Type ---------------------------------------------------------------- */
  --font-head: 'Archivo', system-ui, -apple-system, sans-serif;
  --font-body: 'DM Sans', system-ui, -apple-system, sans-serif;
}
