:root {
  --brand-primary: #1a73ff;
  --brand-highlight: #00d6a3;
  --brand-contrast: #ff5a5f;
  --brand-accent: #ff5a5f;
  --brand-primary-50: #edf4ff;
  --brand-primary-100: #dae9ff;
  --brand-primary-200: #bfd8ff;
  --brand-primary-500: #186aeb;
  --brand-primary-600: #1a73ff;
  --brand-primary-700: #1661d6;
  --brand-primary-900: #114ca8;
  --brand-highlight-50: #ebfcf8;
  --brand-highlight-100: #d6f8f0;
  --brand-highlight-200: #b8f4e5;
  --brand-highlight-500: #00c596;
  --brand-highlight-600: #00d6a3;
  --brand-highlight-700: #00b489;
  --brand-highlight-900: #008d6c;
  --brand-surface-page: #f4f8ff;
  --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: #fafcff;
  --brand-surface-accent-soft: #e6fbf6;
  --brand-surface-gradient-from: #f4f8ff;
  --brand-surface-gradient-via: #ffefef;
  --brand-surface-gradient-to: #edfcf9;
  --brand-border: #cde0ff;
  --brand-border-strong: #b1cfff;
  --brand-text-primary: #072047;
  --brand-text-secondary: #0e3e8a;
  --brand-text-muted: #1251b3;
  --brand-text-brand: #072047;
  --brand-text-accent: #003c2e;
  --brand-text-on-primary: #000000;
  --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: #000000;
  --brand-shell-accent-button-text: #111827;
  --brand-shell-dock-text: #000000;
  --brand-shell-icon: #003c2e;
  --brand-shell-shadow: #bad5ff;
  --brand-shell-shadow-strong: #9ac1ff;
}
