:root {
  --brand-primary: #1e3a5f;
  --brand-highlight: #e63946;
  --brand-contrast: #f4a261;
  --brand-accent: #f4a261;
  --brand-primary-50: #edeff2;
  --brand-primary-100: #dbdfe5;
  --brand-primary-200: #c0c8d2;
  --brand-primary-500: #1c3557;
  --brand-primary-600: #1e3a5f;
  --brand-primary-700: #193150;
  --brand-primary-900: #14263f;
  --brand-highlight-50: #fdeff0;
  --brand-highlight-100: #fbdfe1;
  --brand-highlight-200: #f8c8cb;
  --brand-highlight-500: #d43440;
  --brand-highlight-600: #e63946;
  --brand-highlight-700: #c1303b;
  --brand-highlight-900: #98262e;
  --brand-surface-page: #f4f5f7;
  --brand-surface-page-alt: #fce5d3;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #fef6ef;
  --brand-surface-panel: #fdeee3;
  --brand-surface-panel-strong: #fce9d9;
  --brand-surface-muted: #fbfbfc;
  --brand-surface-accent-soft: #fdebed;
  --brand-surface-gradient-from: #f4f5f7;
  --brand-surface-gradient-via: #fce5d3;
  --brand-surface-gradient-to: #fdf1f2;
  --brand-border: #ced4dc;
  --brand-border-strong: #b3bcc9;
  --brand-text-primary: #0d1828;
  --brand-text-secondary: #122339;
  --brand-text-muted: #6b7280;
  --brand-text-brand: #0d1828;
  --brand-text-accent: #401014;
  --brand-text-on-primary: #ffffff;
  --brand-text-on-highlight: #000000;
  --brand-text-on-contrast: #111827;
  --brand-semantic-success: #16a34a;
  --brand-semantic-warning: #d97706;
  --brand-semantic-danger: #dc2626;
  --brand-font-heading: "Verdana", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "Verdana", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: Verdana;
  --brand-font-body-name: Verdana;
  --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: #000000;
  --brand-shell-dock-text: #f4a261;
  --brand-shell-icon: #401014;
  --brand-shell-shadow: #bcc4cf;
  --brand-shell-shadow-strong: #9ca8b9;
}
