:root {
  --brand-primary: #16b8f3;
  --brand-highlight: #ff6a3d;
  --brand-contrast: #2ee6a6;
  --brand-accent: #2ee6a6;
  --brand-primary-50: #ecf9fe;
  --brand-primary-100: #daf4fd;
  --brand-primary-200: #beebfc;
  --brand-primary-500: #14a9e0;
  --brand-primary-600: #16b8f3;
  --brand-primary-700: #129bcc;
  --brand-primary-900: #0f79a0;
  --brand-highlight-50: #fff3ef;
  --brand-highlight-100: #ffe7e0;
  --brand-highlight-200: #ffd5c9;
  --brand-highlight-500: #eb6238;
  --brand-highlight-600: #ff6a3d;
  --brand-highlight-700: #d65933;
  --brand-highlight-900: #a84628;
  --brand-surface-page: #f3fbfe;
  --brand-surface-page-alt: #c4f8e6;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #eafdf6;
  --brand-surface-panel: #d9fbef;
  --brand-surface-panel-strong: #cdf9ea;
  --brand-surface-muted: #fafeff;
  --brand-surface-accent-soft: #fff0ec;
  --brand-surface-gradient-from: #f3fbfe;
  --brand-surface-gradient-via: #c4f8e6;
  --brand-surface-gradient-to: #fff5f1;
  --brand-border: #cceffc;
  --brand-border-strong: #b0e7fb;
  --brand-text-primary: #063444;
  --brand-text-secondary: #0c6383;
  --brand-text-muted: #0f81aa;
  --brand-text-brand: #063444;
  --brand-text-accent: #471e11;
  --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: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: Space Grotesk;
  --brand-font-body-name: Space Grotesk;
  --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: #471e11;
  --brand-shell-shadow: #b9eafb;
  --brand-shell-shadow-strong: #98e0fa;
}
