:root {

  /* ================================
     Phase 2 – Core Brand Override
  ================================= */

  --av-bg: #1d1d1d;
  --av-text-primary: #ffffff;
  --av-button-bg: #404040;
  --av-button-text: #ffffff;
  --av-focus: #ffffff;

  /* ================================
     Legacy Tokens (kept for stability)
  ================================= */

  /* Background */
  --bg-0: #1d1d1d;
  --bg-1: #1d1d1d;

  /* Card */
  --card: rgba(255, 255, 255, 0.06);
  --card-border: rgba(255, 255, 255, 0.10);

  /* Text */
  --text-0: #ffffff;
  --text-1: rgba(255, 255, 255, 0.75);
  --text-2: rgba(255, 255, 255, 0.6);

  /* Accent (not used visually now, kept for system stability) */
  --accent: #7C5CFF;

  /* Layout */
  --maxw: 460px;
  --radius-lg: 18px;
  --radius-md: 14px;

  /* Spacing */
  --s-2: 8px;
  --s-3: 12px;
  --s-4: 16px;
  --s-5: 20px;
  --s-6: 24px;

  /* Shadows */
  --shadow-soft: 0 10px 30px rgba(0,0,0,0.30);

  /* Typography (UPDATED to Inter) */
  --font: "Inter", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}