:root {
  --brand-primary: #0e2338;
  --brand-highlight: #e63946;
  --brand-contrast: #f4a261;
  --brand-accent: #f4a261;
  --brand-primary-50: #ecedef;
  --brand-primary-100: #d8dcdf;
  --brand-primary-200: #bcc1c7;
  --brand-primary-500: #0d2034;
  --brand-primary-600: #0e2338;
  --brand-primary-700: #0c1d2f;
  --brand-primary-900: #091725;
  --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: #f3f4f5;
  --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: #f3f4f5;
  --brand-surface-gradient-via: #fce5d3;
  --brand-surface-gradient-to: #fdf1f2;
  --brand-border: #cacfd3;
  --brand-border-strong: #adb4bb;
  --brand-text-primary: #040a10;
  --brand-text-secondary: #08131e;
  --brand-text-muted: #0a1927;
  --brand-text-brand: #040a10;
  --brand-text-accent: #401014;
  --brand-text-on-primary: #f4a261;
  --brand-text-on-highlight: #000000;
  --brand-text-on-contrast: #0e2338;
  --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: #f4a261;
  --brand-shell-accent-button-text: #000000;
  --brand-shell-dock-text: #f4a261;
  --brand-shell-icon: #401014;
  --brand-shell-shadow: #b7bdc3;
  --brand-shell-shadow-strong: #959ea7;
}
