/* Parkly — shared design tokens.
 *
 * Mirror of the :root block in /css/app.css. Static legal pages
 * (privacy / terms / refund / cancellation) and the sales portal
 * link THIS file directly so brand-colour changes only happen in
 * one place (this file + app.css if those tokens are also used in
 * the in-app SPA).
 *
 * Class definitions are intentionally NOT in this file — those
 * stay scoped to the page that uses them, so /css/app.css's SPA
 * class names (.l-nav, .l-nav-inner, .sb-*, etc.) don't collide
 * with the legal pages' own simpler chrome.
 *
 * If you change a colour here, also update the duplicate :root
 * block at the top of /css/app.css. The two MUST stay in sync.
 */
:root {
  --w:        #FFFFFF;
  --off:      #F7F7F3;
  --off2:     #F0F0EC;
  --bdr:      #E4E4DE;
  --bdr2:     #C6C6CE;
  --navy:     #1B2340;
  --navy2:    #242E4C;
  --navy3:    #0E1220;
  --muted:    #45464D;
  --muted2:   #76767E;
  --green:    #16A34A;
  --greenl:   #DCFCE7;
  --red:      #BA1A1A;
  --redl:     #FFDAD6;
  --amber:    #D97706;
  --amberl:   #FEF3C7;
  --blue:     #395F94;
  --bluel:    #D5E3FF;
  --fd:       'Barlow Condensed', sans-serif;
}
