:root {
  --brand-primary: #1e2a38;
  --brand-highlight: #e63946;
  --brand-contrast: #f4a261;
  --brand-accent: #f4a261;
  --brand-primary-50: #edeeef;
  --brand-primary-100: #dbdddf;
  --brand-primary-200: #c0c3c7;
  --brand-primary-500: #1c2734;
  --brand-primary-600: #1e2a38;
  --brand-primary-700: #19232f;
  --brand-primary-900: #141c25;
  --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: #f4f4f5;
  --brand-surface-page-alt: #fce5d3;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #f6f6f7;
  --brand-surface-panel: #ffffff;
  --brand-surface-panel-strong: #ffffff;
  --brand-surface-muted: #fbfbfb;
  --brand-surface-accent-soft: #fdebed;
  --brand-surface-gradient-from: #f4f4f5;
  --brand-surface-gradient-via: #fce5d3;
  --brand-surface-gradient-to: #fdf1f2;
  --brand-border: #ced0d3;
  --brand-border-strong: #b3b7bb;
  --brand-text-primary: #080c10;
  --brand-text-secondary: #10171e;
  --brand-text-muted: #151d27;
  --brand-text-brand: #080c10;
  --brand-text-accent: #401014;
  --brand-text-on-primary: #f4a261;
  --brand-text-on-highlight: #000000;
  --brand-text-on-contrast: #1e2a38;
  --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: #bcbfc3;
  --brand-shell-shadow-strong: #9ca1a7;
}
