:root {
  --brand-primary: #12c7b8;
  --brand-highlight: #ff6b4a;
  --brand-contrast: #2563ff;
  --brand-accent: #2563ff;
  --brand-primary-50: #ecfbf9;
  --brand-primary-100: #d9f6f4;
  --brand-primary-200: #bdefeb;
  --brand-primary-500: #11b7a9;
  --brand-primary-600: #12c7b8;
  --brand-primary-700: #0fa79b;
  --brand-primary-900: #0c8379;
  --brand-highlight-50: #fff3f1;
  --brand-highlight-100: #ffe7e2;
  --brand-highlight-200: #ffd6cc;
  --brand-highlight-500: #eb6244;
  --brand-highlight-600: #ff6b4a;
  --brand-highlight-700: #d65a3e;
  --brand-highlight-900: #a84731;
  --brand-surface-page: #f3fcfb;
  --brand-surface-page-alt: #e9efff;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #e9efff;
  --brand-surface-panel: #d8e3ff;
  --brand-surface-panel-strong: #cbdaff;
  --brand-surface-muted: #fafefe;
  --brand-surface-accent-soft: #fff0ed;
  --brand-surface-gradient-from: #f3fcfb;
  --brand-surface-gradient-via: #e9efff;
  --brand-surface-gradient-to: #fff5f2;
  --brand-border: #cbf3ef;
  --brand-border-strong: #aeece7;
  --brand-text-primary: #053834;
  --brand-text-secondary: #0a6b63;
  --brand-text-muted: #0a6b63;
  --brand-text-brand: #053834;
  --brand-text-accent: #471e15;
  --brand-text-on-primary: #111827;
  --brand-text-on-highlight: #111827;
  --brand-text-on-contrast: #ffffff;
  --brand-semantic-success: #16a34a;
  --brand-semantic-warning: #d97706;
  --brand-semantic-danger: #dc2626;
  --brand-font-heading: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: Poppins;
  --brand-font-body-name: Poppins;
  --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: #471e15;
  --brand-shell-shadow: #b8eeea;
  --brand-shell-shadow-strong: #97e6e0;
}
