/* ===========================================================
   AshLive — Ashworth Real Estate brand tokens
   Source of truth: ARE official brand guideline (uploaded).
   Logo is shipped as a locked raster; never recreate in a font.
   =========================================================== */
:root {
  /* --- OFFICIAL brand colors (from guideline) --- */
  --ash-blue:        #065CBA;  /* primary */
  --ash-gray:        #807B80;  /* mid gray (wordmark) */
  --ash-gray-light:  #A7A9AC;  /* light gray = doubles as podium "silver" */
  --ash-white:       #FFFFFF;

  /* --- Derived (not official, for UI depth) --- */
  --ash-blue-deep:   #054A98;  /* hover / pressed / gradients */
  --ash-ink:         #1A1D21;  /* primary text on light */
  --ash-surface:     #F5F6F8;  /* app background (light) */
  --ash-surface-dark:#0E1726;  /* presenter / OBS dark stage */

  /* --- Categorical palette for ANSWER TILES + charts ---
     Pair EACH with a distinct shape/icon for colorblind safety. */
  --opt-1: #065CBA;  /* brand blue   ▲ */
  --opt-2: #E2A23A;  /* amber        ◆ */
  --opt-3: #2E9E5B;  /* green        ● */
  --opt-4: #C8453B;  /* red          ■ */
  --opt-5: #6B4FB0;  /* purple       ★ */
  --opt-6: #1FA6A6;  /* teal         ⬢ */

  /* --- Quiz / leaderboard accents --- */
  --gold:   #F1B82D;
  --silver: #A7A9AC;  /* = brand light gray */
  --bronze: #B87333;

  /* --- Type --- */
  --ash-font-display: 'Montserrat', system-ui, sans-serif; /* UI + headings */
  --ash-font-body:    system-ui, -apple-system, 'Segoe UI', sans-serif;
}
