:root {
  --brand-primary: #1463ff;
  --brand-highlight: #ff4f64;
  --brand-contrast: #20e3b2;
  --brand-accent: #20e3b2;
  --brand-primary-50: #ecf3ff;
  --brand-primary-100: #d9e6ff;
  --brand-primary-200: #bdd3ff;
  --brand-primary-500: #125beb;
  --brand-primary-600: #1463ff;
  --brand-primary-700: #1153d6;
  --brand-primary-900: #0d41a8;
  --brand-highlight-50: #fff1f3;
  --brand-highlight-100: #ffe3e6;
  --brand-highlight-200: #ffced4;
  --brand-highlight-500: #eb495c;
  --brand-highlight-600: #ff4f64;
  --brand-highlight-700: #d64254;
  --brand-highlight-900: #a83442;
  --brand-surface-page: #f3f7ff;
  --brand-surface-page-alt: #e9fcf7;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #e9fcf7;
  --brand-surface-panel: #d7faf1;
  --brand-surface-panel-strong: #c9f8ed;
  --brand-surface-muted: #fafcff;
  --brand-surface-accent-soft: #ffedf0;
  --brand-surface-gradient-from: #f3f7ff;
  --brand-surface-gradient-via: #e9fcf7;
  --brand-surface-gradient-to: #fff3f4;
  --brand-border: #cbddff;
  --brand-border-strong: #afcaff;
  --brand-text-primary: #061c47;
  --brand-text-secondary: #0b358a;
  --brand-text-muted: #0e45b3;
  --brand-text-brand: #061c47;
  --brand-text-accent: #47161c;
  --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: #47161c;
  --brand-shell-shadow: #b9d0ff;
  --brand-shell-shadow-strong: #98baff;
}
