:root {
  --brand-primary: #0ea5e9;
  --brand-highlight: #14f195;
  --brand-contrast: #ff5a5f;
  --brand-accent: #ff5a5f;
  --brand-primary-50: #ecf8fd;
  --brand-primary-100: #d8f1fb;
  --brand-primary-200: #bce6f9;
  --brand-primary-500: #0d98d6;
  --brand-primary-600: #0ea5e9;
  --brand-primary-700: #0c8bc4;
  --brand-primary-900: #096d9a;
  --brand-highlight-50: #ecfef7;
  --brand-highlight-100: #d9fdee;
  --brand-highlight-200: #bdfbe1;
  --brand-highlight-500: #12de89;
  --brand-highlight-600: #14f195;
  --brand-highlight-700: #11ca7d;
  --brand-highlight-900: #0d9f62;
  --brand-surface-page: #f3fbfe;
  --brand-surface-page-alt: #ffefef;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #ffefef;
  --brand-surface-panel: #ffe1e2;
  --brand-surface-panel-strong: #ffd7d9;
  --brand-surface-muted: #fafdff;
  --brand-surface-accent-soft: #e8fef4;
  --brand-surface-gradient-from: #f3fbfe;
  --brand-surface-gradient-via: #ffefef;
  --brand-surface-gradient-to: #effef8;
  --brand-border: #caebfa;
  --brand-border-strong: #ade0f8;
  --brand-text-primary: #042e41;
  --brand-text-secondary: #08597e;
  --brand-text-muted: #0a73a3;
  --brand-text-brand: #042e41;
  --brand-text-accent: #06432a;
  --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: #06432a;
  --brand-shell-shadow: #b7e4f8;
  --brand-shell-shadow-strong: #95d7f5;
}
