:root {
  --brand-primary: #001e6b;
  --brand-highlight: #ffca0a;
  --brand-contrast: #2a2828;
  --brand-accent: #2a2828;
  --brand-primary-50: #ebedf3;
  --brand-primary-100: #d6dbe7;
  --brand-primary-200: #b8c0d6;
  --brand-primary-500: #001c62;
  --brand-primary-600: #001e6b;
  --brand-primary-700: #00195a;
  --brand-primary-900: #001447;
  --brand-highlight-50: #fffbeb;
  --brand-highlight-100: #fff7d8;
  --brand-highlight-200: #fff0ba;
  --brand-highlight-500: #ebba09;
  --brand-highlight-600: #ffca0a;
  --brand-highlight-700: #d6aa08;
  --brand-highlight-900: #a88507;
  --brand-surface-page: #f2f4f8;
  --brand-surface-page-alt: #eaeaea;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #eaeaea;
  --brand-surface-panel: #d9d8d8;
  --brand-surface-panel-strong: #cccbcb;
  --brand-surface-muted: #fafbfc;
  --brand-surface-accent-soft: #fff2c4;
  --brand-surface-gradient-from: #f2f4f8;
  --brand-surface-gradient-via: #eaeaea;
  --brand-surface-gradient-to: #fff3c9;
  --brand-border: #c7cede;
  --brand-border-strong: #a8b3cd;
  --brand-text-primary: #00081e;
  --brand-text-secondary: #00103a;
  --brand-text-muted: #00154b;
  --brand-text-brand: #00081e;
  --brand-text-accent: #473903;
  --brand-text-on-primary: #ffffff;
  --brand-text-on-highlight: #2a2828;
  --brand-text-on-contrast: #ffca0a;
  --brand-semantic-success: #16a34a;
  --brand-semantic-warning: #d97706;
  --brand-semantic-danger: #dc2626;
  --brand-font-heading: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: Space Grotesk;
  --brand-font-body-name: Space Grotesk;
  --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: #2a2828;
  --brand-shell-dock-text: #ffffff;
  --brand-shell-icon: #473903;
  --brand-shell-shadow: #b3bcd3;
  --brand-shell-shadow-strong: #8f9cbe;
}
