:root {
  --brand-primary: #00bfa6;
  --brand-highlight: #2f80ff;
  --brand-contrast: #ff5a5f;
  --brand-accent: #ff5a5f;
  --brand-primary-50: #ebfaf8;
  --brand-primary-100: #d6f5f1;
  --brand-primary-200: #b8ede6;
  --brand-primary-500: #00b099;
  --brand-primary-600: #00bfa6;
  --brand-primary-700: #00a08b;
  --brand-primary-900: #007e6e;
  --brand-highlight-50: #eef5ff;
  --brand-highlight-100: #deebff;
  --brand-highlight-200: #c5dbff;
  --brand-highlight-500: #2b76eb;
  --brand-highlight-600: #2f80ff;
  --brand-highlight-700: #276cd6;
  --brand-highlight-900: #1f54a8;
  --brand-surface-page: #f2fcfb;
  --brand-surface-page-alt: #ffefef;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #ffefef;
  --brand-surface-panel: #ffe1e2;
  --brand-surface-panel-strong: #ffd7d9;
  --brand-surface-muted: #fafefd;
  --brand-surface-accent-soft: #eaf2ff;
  --brand-surface-gradient-from: #f2fcfb;
  --brand-surface-gradient-via: #ffefef;
  --brand-surface-gradient-to: #f0f6ff;
  --brand-border: #c7f1eb;
  --brand-border-strong: #a8e9e1;
  --brand-text-primary: #00352e;
  --brand-text-secondary: #00675a;
  --brand-text-muted: #6b7280;
  --brand-text-brand: #00352e;
  --brand-text-accent: #0d2447;
  --brand-text-on-primary: #111827;
  --brand-text-on-highlight: #111827;
  --brand-text-on-contrast: #111827;
  --brand-semantic-success: #16a34a;
  --brand-semantic-warning: #d97706;
  --brand-semantic-danger: #dc2626;
  --brand-font-heading: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: Inter;
  --brand-font-body-name: Inter;
  --brand-radius-sm: 0.25rem;
  --brand-radius-md: 0.5rem;
  --brand-radius-lg: 0.75rem;
  --brand-radius-full: 9999px;
  --brand-shadow-sm: 0 1px 2px 0 rgba(0,0,0,0.05);
  --brand-shadow-md: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1);
  --brand-shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
  --brand-border-weight: 1px;
  --brand-shell-button-text: #111827;
  --brand-shell-accent-button-text: #111827;
  --brand-shell-dock-text: #111827;
  --brand-shell-icon: #0d2447;
  --brand-shell-shadow: #b3ece4;
  --brand-shell-shadow-strong: #8fe3d8;
}
