/* ═══ theme.css — AFood Fleet · the ONLY per-app CSS besides app.css · no other token may live here ═══ */
:root {
  --accent:        #0e9384;
  --accent-strong: #0b7d70;
  --accent-soft:   #e2f4f1;
  --accent-softer: #f0faf8;
  --accent-onsoft: #0a5f56;
  --accent-rgb:    14, 147, 132;
}
