:root {
  --brand-primary: #256bff;
  --brand-highlight: #19d3c5;
  --brand-contrast: #ff5c4d;
  --brand-accent: #ff5c4d;
  --brand-primary-50: #eef3ff;
  --brand-primary-100: #dce7ff;
  --brand-primary-200: #c2d6ff;
  --brand-primary-500: #2262eb;
  --brand-primary-600: #256bff;
  --brand-primary-700: #1f5ad6;
  --brand-primary-900: #1847a8;
  --brand-highlight-50: #edfbfa;
  --brand-highlight-100: #daf8f6;
  --brand-highlight-200: #bff3ef;
  --brand-highlight-500: #17c2b5;
  --brand-highlight-600: #19d3c5;
  --brand-highlight-700: #15b1a5;
  --brand-highlight-900: #108b82;
  --brand-surface-page: #f4f8ff;
  --brand-surface-page-alt: #ffefed;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #ffefed;
  --brand-surface-panel: #ffe2df;
  --brand-surface-panel-strong: #ffd8d4;
  --brand-surface-muted: #fbfcff;
  --brand-surface-accent-soft: #e8fbf9;
  --brand-surface-gradient-from: #f4f8ff;
  --brand-surface-gradient-via: #ffefed;
  --brand-surface-gradient-to: #effcfb;
  --brand-border: #cfdeff;
  --brand-border-strong: #b5cdff;
  --brand-text-primary: #0a1e47;
  --brand-text-secondary: #143a8a;
  --brand-text-muted: #1a4bb3;
  --brand-text-brand: #0a1e47;
  --brand-text-accent: #073b37;
  --brand-text-on-primary: #ffffff;
  --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: #ffffff;
  --brand-shell-accent-button-text: #111827;
  --brand-shell-dock-text: #ffffff;
  --brand-shell-icon: #073b37;
  --brand-shell-shadow: #bed3ff;
  --brand-shell-shadow-strong: #9fbeff;
}
