:root {
  --brand-primary: #1e40af;
  --brand-highlight: #0d9488;
  --brand-contrast: #0f172a;
  --brand-accent: #0f172a;
  --brand-primary-50: #edf0f9;
  --brand-primary-100: #dbe0f2;
  --brand-primary-200: #c0cae9;
  --brand-primary-500: #1c3ba1;
  --brand-primary-600: #1e40af;
  --brand-primary-700: #193693;
  --brand-primary-900: #142a73;
  --brand-highlight-50: #ecf6f5;
  --brand-highlight-100: #d8eeec;
  --brand-highlight-200: #bbe1de;
  --brand-highlight-500: #0c887d;
  --brand-highlight-600: #0d9488;
  --brand-highlight-700: #0b7c72;
  --brand-highlight-900: #09625a;
  --brand-surface-page: #f4f5fb;
  --brand-surface-page-alt: #e7e8ea;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #e7e8ea;
  --brand-surface-panel: #d4d5d9;
  --brand-surface-panel-strong: #c5c7cc;
  --brand-surface-muted: #fbfbfd;
  --brand-surface-accent-soft: #e7f4f3;
  --brand-surface-gradient-from: #f4f5fb;
  --brand-surface-gradient-via: #e7e8ea;
  --brand-surface-gradient-to: #eef8f7;
  --brand-border: #ced5ed;
  --brand-border-strong: #b3bee4;
  --brand-text-primary: #081231;
  --brand-text-secondary: #10235f;
  --brand-text-muted: #152d7a;
  --brand-text-brand: #081231;
  --brand-text-accent: #042926;
  --brand-text-on-primary: #ffffff;
  --brand-text-on-highlight: #0f172a;
  --brand-text-on-contrast: #0d9488;
  --brand-semantic-success: #16a34a;
  --brand-semantic-warning: #d97706;
  --brand-semantic-danger: #dc2626;
  --brand-font-heading: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: Inter;
  --brand-font-body-name: Inter;
  --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: #0f172a;
  --brand-shell-dock-text: #ffffff;
  --brand-shell-icon: #042926;
  --brand-shell-shadow: #bcc6e7;
  --brand-shell-shadow-strong: #9cabdc;
}
