/**
 * Style 2 — Global theme tokens (Healow purple / pink palette)
 * Edit this palette only; section CSS references these variables.
 */
:root {
  --color-button-solid: #c90d0d;
  --crm-theme-primary: #c90d0d;
  --crm-theme-secondary: #f9e8e8;
  --crm-theme-primary-dark: #8f0909;
  --crm-theme-accent: #8f0909;

  --color-primary: #c90d0d;
  --color-primary-dark: #a50b0b;
  --color-secondary: #190302;
  --color-accent: #c90d0d;

  --color-text: #2d2d2d;
  --color-text-muted: #6b7280;
  --color-text-light: #6b7280;
  --color-surface: #ffffff;
  --color-surface-muted: #faf4f4;
  --color-border: #e7d6d6;

  /* Style 2 legacy aliases */
  --dark-purple: #190302;
  --dark-purple-gray: #910909;
  --light-purple: #d43d3d;
  --pink: #e17777;
  --hot-pink: #8f0909;
  --red: #b91c1c;
  --orange: #8f0909;
  --blue: #c90d0d;
  --dark-blue: #190302;
  --teal: #7a0a0a;
  --light-blue: #f6dede;
  --gray-600: var(--color-text);
  --gray-500: var(--color-text-muted);
  --gray-400: var(--color-text-light);
  --gray-200: var(--color-border);
  --gray-100: var(--color-surface-muted);
  --white: var(--color-surface);

  /* Marketing sections */
  --mkt-primary: var(--color-primary-dark);
  --mkt-primary-dark: #190302;
  --mkt-accent: #9d0a0a;
  --mkt-accent-dark: #6f0707;
  --mkt-text: #333333;
  --mkt-text-muted: #555555;
  --mkt-link: #c90d0d;
  --mkt-check: #c90d0d;
  --mkt-bg-tab-inactive: #e9ecef;
  --mkt-border: #dee2e6;
  --mkt-healow-blue: #7a0a0a;
  --mkt-warm-accent: #a33a12;
  /* Iframe host panels must stay translucent-light (black CDN text) */
  --mkt-surface-alt: #16191f12;
  /* Practice unique code — darkened primary for white-panel readability */
  --mkt-practice-code: #790808;
  --mkt-tab-text: #495057;
  --mkt-surface: #ffffff;

  /* UI accents */
  --color-success: #166534;
  --color-primary-darker: #8f0909;
  --color-app-button: #6f0707;
  --color-code-highlight: #fdf1f1;
  --color-nav-border: #d9c4c4;
  --hero-card-icon-bg: #9d0a0a;
  --footer-heading-color: #ffffff;
  --social-icon-color: #c90d0d;
}
