:root {
  --brand-primary: #4a7fe5;
  --brand-highlight: #ffb347;
  --brand-contrast: #2d3b55;
  --brand-accent: #2d3b55;
  --brand-primary-50: #f1f5fd;
  --brand-primary-100: #e2ebfb;
  --brand-primary-200: #ccdbf8;
  --brand-primary-500: #4475d3;
  --brand-primary-600: #4a7fe5;
  --brand-primary-700: #3e6bc0;
  --brand-primary-900: #315497;
  --brand-highlight-50: #fff9f0;
  --brand-highlight-100: #fff3e2;
  --brand-highlight-200: #ffeacb;
  --brand-highlight-500: #eba541;
  --brand-highlight-600: #ffb347;
  --brand-highlight-700: #d6963c;
  --brand-highlight-900: #a8762f;
  --brand-surface-page: #f6f9fe;
  --brand-surface-page-alt: #eaebee;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #f8fafe;
  --brand-surface-panel: #ffffff;
  --brand-surface-panel-strong: #ffffff;
  --brand-surface-muted: #fbfcfe;
  --brand-surface-accent-soft: #ffedd3;
  --brand-surface-gradient-from: #f6f9fe;
  --brand-surface-gradient-via: #eaebee;
  --brand-surface-gradient-to: #ffeed7;
  --brand-border: #d7e3f9;
  --brand-border-strong: #c1d3f6;
  --brand-text-primary: #152440;
  --brand-text-secondary: #28457c;
  --brand-text-muted: #3459a0;
  --brand-text-brand: #152440;
  --brand-text-accent: #473214;
  --brand-text-on-primary: #111827;
  --brand-text-on-highlight: #2d3b55;
  --brand-text-on-contrast: #ffb347;
  --brand-semantic-success: #16a34a;
  --brand-semantic-warning: #d97706;
  --brand-semantic-danger: #dc2626;
  --brand-font-heading: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: Nunito;
  --brand-font-body-name: Nunito;
  --brand-radius-sm: 0.25rem;
  --brand-radius-md: rounded-2xl;
  --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: #2d3b55;
  --brand-shell-dock-text: #111827;
  --brand-shell-icon: #473214;
  --brand-shell-shadow: #c9d9f7;
  --brand-shell-shadow-strong: #afc7f4;
}
