:root {
  --brand-primary: #1e3a8a;
  --brand-highlight: #c19a3e;
  --brand-contrast: #0f2240;
  --brand-accent: #0f2240;
  --brand-primary-50: #edeff6;
  --brand-primary-100: #dbdfec;
  --brand-primary-200: #c0c8de;
  --brand-primary-500: #1c357f;
  --brand-primary-600: #1e3a8a;
  --brand-primary-700: #193174;
  --brand-primary-900: #14265b;
  --brand-highlight-50: #faf7f0;
  --brand-highlight-100: #f5efe0;
  --brand-highlight-200: #eee3c9;
  --brand-highlight-500: #b28e39;
  --brand-highlight-600: #c19a3e;
  --brand-highlight-700: #a28134;
  --brand-highlight-900: #7f6629;
  --brand-surface-page: #f4f5f9;
  --brand-surface-page-alt: #e7e9ec;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #e7e9ec;
  --brand-surface-panel: #d4d7dd;
  --brand-surface-panel-strong: #c5cad1;
  --brand-surface-muted: #fbfbfd;
  --brand-surface-accent-soft: #f9f5ec;
  --brand-surface-gradient-from: #f4f5f9;
  --brand-surface-gradient-via: #e7e9ec;
  --brand-surface-gradient-to: #fbf8f1;
  --brand-border: #ced4e5;
  --brand-border-strong: #b3bcd7;
  --brand-text-primary: #081027;
  --brand-text-secondary: #101f4b;
  --brand-text-muted: #152961;
  --brand-text-brand: #081027;
  --brand-text-accent: #362b11;
  --brand-text-on-primary: #ffffff;
  --brand-text-on-highlight: #0f2240;
  --brand-text-on-contrast: #c19a3e;
  --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: #0f2240;
  --brand-shell-dock-text: #ffffff;
  --brand-shell-icon: #362b11;
  --brand-shell-shadow: #bcc4dc;
  --brand-shell-shadow-strong: #9ca8cc;
}
