:root {
  --brand-primary: #00aeef;
  --brand-highlight: #18e0a8;
  --brand-contrast: #ff5a5f;
  --brand-accent: #ff5a5f;
  --brand-primary-50: #ebf9fe;
  --brand-primary-100: #d6f2fc;
  --brand-primary-200: #b8e8fb;
  --brand-primary-500: #00a0dc;
  --brand-primary-600: #00aeef;
  --brand-primary-700: #0092c9;
  --brand-primary-900: #00739e;
  --brand-highlight-50: #edfdf8;
  --brand-highlight-100: #dafaf1;
  --brand-highlight-200: #bef6e7;
  --brand-highlight-500: #16ce9b;
  --brand-highlight-600: #18e0a8;
  --brand-highlight-700: #14bc8d;
  --brand-highlight-900: #10946f;
  --brand-surface-page: #f2fbfe;
  --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: #e8fcf6;
  --brand-surface-gradient-from: #f2fbfe;
  --brand-surface-gradient-via: #ffefef;
  --brand-surface-gradient-to: #effdf9;
  --brand-border: #c7edfb;
  --brand-border-strong: #a8e3fa;
  --brand-text-primary: #003143;
  --brand-text-secondary: #005e81;
  --brand-text-muted: #007aa7;
  --brand-text-brand: #003143;
  --brand-text-accent: #073f2f;
  --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: #073f2f;
  --brand-shell-shadow: #b3e7fa;
  --brand-shell-shadow-strong: #8fdbf8;
}
