:root {
  --brand-primary: #37cdbe;
  --brand-highlight: #ff6f61;
  --brand-contrast: #3a86ff;
  --brand-accent: #3a86ff;
  --brand-primary-50: #effbfa;
  --brand-primary-100: #dff7f5;
  --brand-primary-200: #c7f1ed;
  --brand-primary-500: #33bdaf;
  --brand-primary-600: #37cdbe;
  --brand-primary-700: #2eaca0;
  --brand-primary-900: #24877d;
  --brand-highlight-50: #fff3f2;
  --brand-highlight-100: #ffe8e6;
  --brand-highlight-200: #ffd7d3;
  --brand-highlight-500: #eb6659;
  --brand-highlight-600: #ff6f61;
  --brand-highlight-700: #d65d51;
  --brand-highlight-900: #a84940;
  --brand-surface-page: #f5fdfc;
  --brand-surface-page-alt: #ebf3ff;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #ebf3ff;
  --brand-surface-panel: #dce9ff;
  --brand-surface-panel-strong: #d0e2ff;
  --brand-surface-muted: #fbfefe;
  --brand-surface-accent-soft: #fff1ef;
  --brand-surface-gradient-from: #f5fdfc;
  --brand-surface-gradient-via: #ebf3ff;
  --brand-surface-gradient-to: #fff5f4;
  --brand-border: #d3f4f1;
  --brand-border-strong: #bbeee9;
  --brand-text-primary: #0f3935;
  --brand-text-secondary: #1e6f67;
  --brand-text-muted: #6b7280;
  --brand-text-brand: #0f3935;
  --brand-text-accent: #471f1b;
  --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: "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: #471f1b;
  --brand-shell-shadow: #c3f0ec;
  --brand-shell-shadow-strong: #a7e9e2;
}
