/* ============================================================
   VolleyViet — shared design tokens
   The single source of truth for brand colors & fonts.
   Imported by both site.css (public) and schedulingManager.css (admin tool).
   Change a value here and it updates everywhere.
   ============================================================ */
:root{
  /* Brand */
  --black:#0A0A0A;
  --gold:#FFB707;
  --gold-lt:#FFF7E0;
  --white:#FFFFFF;
  --cream:#FAF8F4;
  --gray:#6B6B6B;
  --line:#E7E4DD;

  /* Supporting (status / event colors) */
  --blue:#2E5FA3;      --blue-lt:#EBF1FB;
  --green:#1A7F4B;     --green-lt:#ECFDF5;
  --red:#B91C1C;       --red-lt:#FEF2F2;

  /* Aliases kept for the scheduler's existing variable names */
  --navy:#0A0A0A;
  --text:#0A0A0A;
  --text2:#3a3a3a;
  --muted:#6B6B6B;
  --border:#E7E4DD;
  --bg:#FAF8F4;
  --radius:12px;
}
