:root {
  --brand-primary: #20c7b8;
  --brand-highlight: #ff6b5e;
  --brand-contrast: #2f7bff;
  --brand-accent: #2f7bff;
  --brand-primary-50: #edfbf9;
  --brand-primary-100: #dbf6f4;
  --brand-primary-200: #c1efeb;
  --brand-primary-500: #1db7a9;
  --brand-primary-600: #20c7b8;
  --brand-primary-700: #1ba79b;
  --brand-primary-900: #158379;
  --brand-highlight-50: #fff3f2;
  --brand-highlight-100: #ffe7e5;
  --brand-highlight-200: #ffd6d2;
  --brand-highlight-500: #eb6256;
  --brand-highlight-600: #ff6b5e;
  --brand-highlight-700: #d65a4f;
  --brand-highlight-900: #a8473e;
  --brand-surface-page: #f4fcfb;
  --brand-surface-page-alt: #eaf2ff;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #eaf2ff;
  --brand-surface-panel: #dae7ff;
  --brand-surface-panel-strong: #cddfff;
  --brand-surface-muted: #fbfefe;
  --brand-surface-accent-soft: #fff0ef;
  --brand-surface-gradient-from: #f4fcfb;
  --brand-surface-gradient-via: #eaf2ff;
  --brand-surface-gradient-to: #fff5f4;
  --brand-border: #cef3ef;
  --brand-border-strong: #b3ece7;
  --brand-text-primary: #093834;
  --brand-text-secondary: #116b63;
  --brand-text-muted: #6b7280;
  --brand-text-brand: #093834;
  --brand-text-accent: #471e1a;
  --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: #471e1a;
  --brand-shell-shadow: #bceeea;
  --brand-shell-shadow-strong: #9de6e0;
}
