:root {
  --brand-primary: #00a8ff;
  --brand-highlight: #35e06f;
  --brand-contrast: #ff5a5f;
  --brand-accent: #ff5a5f;
  --brand-primary-50: #ebf8ff;
  --brand-primary-100: #d6f1ff;
  --brand-primary-200: #b8e7ff;
  --brand-primary-500: #009beb;
  --brand-primary-600: #00a8ff;
  --brand-primary-700: #008dd6;
  --brand-primary-900: #006fa8;
  --brand-highlight-50: #effdf3;
  --brand-highlight-100: #dffae8;
  --brand-highlight-200: #c6f6d7;
  --brand-highlight-500: #31ce66;
  --brand-highlight-600: #35e06f;
  --brand-highlight-700: #2dbc5d;
  --brand-highlight-900: #239449;
  --brand-surface-page: #f2fbff;
  --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: #ebfcf1;
  --brand-surface-gradient-from: #f2fbff;
  --brand-surface-gradient-via: #ffefef;
  --brand-surface-gradient-to: #f1fdf5;
  --brand-border: #c7ecff;
  --brand-border-strong: #a8e1ff;
  --brand-text-primary: #002f47;
  --brand-text-secondary: #005b8a;
  --brand-text-muted: #0076b3;
  --brand-text-brand: #002f47;
  --brand-text-accent: #0f3f1f;
  --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: #0f3f1f;
  --brand-shell-shadow: #b3e5ff;
  --brand-shell-shadow-strong: #8fd9ff;
}
