:root {
  --brand-primary: #1b2e4a;
  --brand-highlight: #e63946;
  --brand-contrast: #f4a261;
  --brand-accent: #f4a261;
  --brand-primary-50: #edeef1;
  --brand-primary-100: #dbdee2;
  --brand-primary-200: #bfc4cc;
  --brand-primary-500: #192a44;
  --brand-primary-600: #1b2e4a;
  --brand-primary-700: #17273e;
  --brand-primary-900: #121e31;
  --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: #f4f5f6;
  --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: #fafbfb;
  --brand-surface-accent-soft: #fdebed;
  --brand-surface-gradient-from: #f4f5f6;
  --brand-surface-gradient-via: #fce5d3;
  --brand-surface-gradient-to: #fdf1f2;
  --brand-border: #cdd1d7;
  --brand-border-strong: #b1b8c1;
  --brand-text-primary: #080d15;
  --brand-text-secondary: #0f1928;
  --brand-text-muted: #132034;
  --brand-text-brand: #080d15;
  --brand-text-accent: #401014;
  --brand-text-on-primary: #f4a261;
  --brand-text-on-highlight: #000000;
  --brand-text-on-contrast: #1b2e4a;
  --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: #f4a261;
  --brand-shell-accent-button-text: #000000;
  --brand-shell-dock-text: #f4a261;
  --brand-shell-icon: #401014;
  --brand-shell-shadow: #bbc0c9;
  --brand-shell-shadow-strong: #9ba3af;
}
