:root {
  --brand-primary: #2dd4bf;
  --brand-highlight: #ff6b6b;
  --brand-contrast: #0ea5e9;
  --brand-accent: #0ea5e9;
  --brand-primary-50: #eefcfa;
  --brand-primary-100: #ddf8f5;
  --brand-primary-200: #c4f3ed;
  --brand-primary-500: #29c3b0;
  --brand-primary-600: #2dd4bf;
  --brand-primary-700: #26b2a0;
  --brand-primary-900: #1e8c7e;
  --brand-highlight-50: #fff3f3;
  --brand-highlight-100: #ffe7e7;
  --brand-highlight-200: #ffd6d6;
  --brand-highlight-500: #eb6262;
  --brand-highlight-600: #ff6b6b;
  --brand-highlight-700: #d65a5a;
  --brand-highlight-900: #a84747;
  --brand-surface-page: #f5fdfc;
  --brand-surface-page-alt: #e7f6fd;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #e7f6fd;
  --brand-surface-panel: #d4effb;
  --brand-surface-panel-strong: #c5e9fa;
  --brand-surface-muted: #fbfefe;
  --brand-surface-accent-soft: #fff0f0;
  --brand-surface-gradient-from: #f5fdfc;
  --brand-surface-gradient-via: #e7f6fd;
  --brand-surface-gradient-to: #fff5f5;
  --brand-border: #d1f6f1;
  --brand-border-strong: #b8f0e9;
  --brand-text-primary: #0d3b35;
  --brand-text-secondary: #187267;
  --brand-text-muted: #6b7280;
  --brand-text-brand: #0d3b35;
  --brand-text-accent: #471e1e;
  --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: rounded-lg;
  --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: #471e1e;
  --brand-shell-shadow: #c0f2ec;
  --brand-shell-shadow-strong: #a3ece3;
}
