/* Hourcrest design tokens - v1.0 (mint) */
:root{
  /* brand */
  --hc-brand:        #BEE3CF; /* mint pastel - surfaces/fills only, never text */
  --hc-brand-deep:   #2F7A58; /* pine - CTAs, links, logo core, verified state */
  --hc-brand-wash:   #E7F5EE; /* washes, hovers, selected states */
  /* neutrals */
  --hc-ink:          #35323F;
  --hc-ink-soft:     #6E6A7C;
  --hc-paper:        #F4FAF6;
  --hc-card:         #FFFFFF;
  --hc-line:         #E2EDE7;
  /* status (green is reserved for verified) */
  --hc-warn:  #F8D3B4; --hc-warn-deep: #A85B2B;
  --hc-risk:  #F5C3CF; --hc-risk-deep: #B24560;
  --hc-wait:  #C3D9F0; --hc-wait-deep: #3F6FA3;
  --hc-open:  #F7E8B5; --hc-open-deep: #8A6D1A;
  --hc-accent:#CDBFF0; --hc-accent-deep:#6C57B8; /* illustration only */
  /* type */
  --hc-font-display: "Bricolage Grotesque", system-ui, sans-serif;
  --hc-font-body:    "Instrument Sans", system-ui, sans-serif;
  --hc-font-mono:    "Spline Sans Mono", ui-monospace, monospace;
  /* shape */
  --hc-radius: 18px; --hc-radius-pill: 999px;
  --hc-shadow: 0 1px 2px rgba(53,50,63,.05), 0 8px 24px -12px rgba(47,122,88,.16);
}
