/* Per-domain color overrides */
:root {
  --accent: #be185d;
  --accent-light: rgba(190, 24, 93, 0.08);
  --accent-dark: #9d174d;
  --text-primary: #1a1a2e;
  --text-secondary: #64748b;
  --text-muted: #94a3b8;
  --bg-page: #ffffff;
  --bg-section: #f8fafc;
  --bg-subtle: #f1f5f9;
  --border: #e2e8f0;
  --border-light: #f1f5f9;
}
