:root {
  --brand-primary: #0af0e8;
  --brand-highlight: #ff3366;
  --brand-contrast: #0d0d0d;
  --brand-accent: #0d0d0d;
  --brand-primary-50: #ebfefd;
  --brand-primary-100: #d8fdfb;
  --brand-primary-200: #bafbf9;
  --brand-primary-500: #09ddd5;
  --brand-primary-600: #0af0e8;
  --brand-primary-700: #08cac3;
  --brand-primary-900: #079e99;
  --brand-highlight-50: #ffeff3;
  --brand-highlight-100: #ffdee7;
  --brand-highlight-200: #ffc6d4;
  --brand-highlight-500: #eb2f5e;
  --brand-highlight-600: #ff3366;
  --brand-highlight-700: #d62b56;
  --brand-highlight-900: #a82243;
  --brand-surface-page: #cefcfa;
  --brand-surface-page-alt: #e7e7e7;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #e7e7e7;
  --brand-surface-panel: #d3d3d3;
  --brand-surface-panel-strong: #c5c5c5;
  --brand-surface-muted: #e2fdfc;
  --brand-surface-accent-soft: #ffebf0;
  --brand-surface-gradient-from: #cefcfa;
  --brand-surface-gradient-via: #e7e7e7;
  --brand-surface-gradient-to: #fff1f4;
  --brand-border: #c9fcfa;
  --brand-border-strong: #acfaf7;
  --brand-text-primary: #034341;
  --brand-text-secondary: #801a33;
  --brand-text-muted: #801a33;
  --brand-text-brand: #034341;
  --brand-text-accent: #470e1d;
  --brand-text-on-primary: #0d0d0d;
  --brand-text-on-highlight: #0d0d0d;
  --brand-text-on-contrast: #0af0e8;
  --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: #0d0d0d;
  --brand-shell-accent-button-text: #0d0d0d;
  --brand-shell-dock-text: #0d0d0d;
  --brand-shell-icon: #470e1d;
  --brand-shell-shadow: #b6fbf8;
  --brand-shell-shadow-strong: #93f8f5;
}
