:root{
  /* Neutrals & base */
  --color-neutral-background:#ffffff;
  --color-neutral-surface:#f8fafc;
  --color-neutral-border:#e5e7eb;
  --color-text-default:#111827;
  --color-text-muted:#4b5563;
  --color-text-inverse:#ffffff;
  --color-focus-ring:#8c1f1f;

  /* Brand A */
  --color-brand-primary-500:#aa2d2d;
  --color-brand-primary-600:#8c1f1f;
  --color-brand-secondary-500:#6fb051;
  --color-brand-secondary-700:#3f7a2b;

  /* Semantic */
  --color-semantic-success-bg-subtle:#eaf7e9;
  --color-semantic-success-text:#3f7a2b;
  --color-semantic-success-border:#cbeac6;
  --color-semantic-warning-bg-subtle:#fef3c7;
  --color-semantic-warning-text:#b45309;
  --color-semantic-warning-border:#fcd34d;

  /* Added: semantic danger & info */
  --color-semantic-danger-bg-subtle:#fee2e2;
  --color-semantic-danger-text:#b91c1c;
  --color-semantic-danger-border:#fecaca;
  --color-semantic-info-bg-subtle:#eff6ff;
  --color-semantic-info-text:#1d4ed8;
  --color-semantic-info-border:#bfdbfe;
}