:root {
  --brand-primary: #16b8a6;
  --brand-highlight: #2f80ff;
  --brand-contrast: #ff6b5a;
  --brand-accent: #ff6b5a;
  --brand-primary-50: #ecf9f8;
  --brand-primary-100: #daf4f1;
  --brand-primary-200: #beebe6;
  --brand-primary-500: #14a999;
  --brand-primary-600: #16b8a6;
  --brand-primary-700: #129b8b;
  --brand-primary-900: #0f796e;
  --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: #f3fbfb;
  --brand-surface-page-alt: #fff0ef;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #fff0ef;
  --brand-surface-panel: #ffe4e1;
  --brand-surface-panel-strong: #ffdbd7;
  --brand-surface-muted: #fafefd;
  --brand-surface-accent-soft: #eaf2ff;
  --brand-surface-gradient-from: #f3fbfb;
  --brand-surface-gradient-via: #fff0ef;
  --brand-surface-gradient-to: #f0f6ff;
  --brand-border: #ccefeb;
  --brand-border-strong: #b0e7e1;
  --brand-text-primary: #06342e;
  --brand-text-secondary: #0c635a;
  --brand-text-muted: #0f8174;
  --brand-text-brand: #06342e;
  --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: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: DM Sans;
  --brand-font-body-name: DM Sans;
  --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: #b9eae4;
  --brand-shell-shadow-strong: #98e0d8;
}
