:root {
  --brand-primary: #3b7ddd;
  --brand-highlight: #5cc8a4;
  --brand-contrast: #2c3e6b;
  --brand-accent: #2c3e6b;
  --brand-primary-50: #eef4fd;
  --brand-primary-100: #d4e3fa;
  --brand-primary-200: #a9c8f5;
  --brand-primary-500: #3b7ddd;
  --brand-primary-600: #2f66c0;
  --brand-primary-700: #244f98;
  --brand-primary-900: #152d58;
  --brand-highlight-50: #eefaf5;
  --brand-highlight-100: #d1f2e6;
  --brand-highlight-200: #a3e5cd;
  --brand-highlight-500: #5cc8a4;
  --brand-highlight-600: #44ab89;
  --brand-highlight-700: #34876c;
  --brand-highlight-900: #1c4d3d;
  --brand-surface-page: #f8fafc;
  --brand-surface-page-alt: #f0f5fa;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #f5f9fe;
  --brand-surface-panel: #edf2f8;
  --brand-surface-panel-strong: #dde6f0;
  --brand-surface-muted: #e8edf4;
  --brand-surface-accent-soft: #e0f4ec;
  --brand-surface-gradient-from: #eef4fd;
  --brand-surface-gradient-via: #e8f6f1;
  --brand-surface-gradient-to: #f8fafc;
  --brand-border: #d4dfec;
  --brand-border-strong: #a9bbcf;
  --brand-text-primary: #1e2d45;
  --brand-text-secondary: #4a6080;
  --brand-text-muted: #29589b;
  --brand-text-brand: #11233e;
  --brand-text-accent: #1a382e;
  --brand-text-on-primary: #000000;
  --brand-text-on-highlight: #2c3e6b;
  --brand-text-on-contrast: #ffffff;
  --brand-semantic-success: #16a34a;
  --brand-semantic-warning: #d97706;
  --brand-semantic-danger: #dc2626;
  --brand-font-heading: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: DM Sans;
  --brand-font-body-name: DM Sans;
  --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: #2c3e6b;
  --brand-shell-dock-text: #000000;
  --brand-shell-icon: #1a382e;
  --brand-shell-shadow: #c4d8f5;
  --brand-shell-shadow-strong: #a9c6f0;
}
