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

  --color-primary: #205662;
  --color-primary-dark: #1a4750;
  --color-secondary: #163a43;
  --color-accent: #205662;

  --color-text: #333333;
  --color-text-muted: #6b7280;
  --color-text-light: #6b7280;
  --color-surface: #ffffff;
  --color-surface-muted: #f4f7f8;
  --color-border: #d7dde2;

  /* Style 2 legacy aliases */
  --dark-purple: #163a43;
  --dark-purple-gray: #24464e;
  --light-purple: #4d7881;
  --pink: #82a0a7;
  --hot-pink: #205662;
  --red: #205662;
  --orange: #205662;
  --blue: #205662;
  --dark-blue: #163a43;
  --teal: #205662;
  --light-blue: #dcebef;
  --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: #163a43;
  --mkt-accent: #205662;
  --mkt-accent-dark: #1b4953;
  --mkt-text: #333333;
  --mkt-text-muted: #555555;
  --mkt-link: #205662;
  --mkt-check: #205662;
  --mkt-bg-tab-inactive: #e9ecef;
  --mkt-border: #dee2e6;
  --mkt-healow-blue: #163a43;
  --mkt-warm-accent: #bd975a;
  /* 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: #13343b;
  --mkt-tab-text: #495057;
  --mkt-surface: #ffffff;

  /* UI accents */
  --color-success: #2f7d32;
  --color-primary-darker: #163c45;
  --color-app-button: #205662;
  --color-code-highlight: #f6efe4;
  --color-nav-border: #cbd5db;
  --hero-card-icon-bg: #205662;
  --footer-heading-color: #ffffff;
  --social-icon-color: #205662;
}
