:root {
  --brand-primary: #f5ede0;
  --brand-highlight: #14304b;
  --brand-contrast: #c25747;
  --brand-accent: #c25747;
  --brand-primary-50: #fefefd;
  --brand-primary-100: #fdfcfa;
  --brand-primary-200: #fcfaf6;
  --brand-primary-500: #e1dace;
  --brand-primary-600: #f5ede0;
  --brand-primary-700: #cec7bc;
  --brand-primary-900: #a29c94;
  --brand-highlight-50: #eceef1;
  --brand-highlight-100: #d9dee2;
  --brand-highlight-200: #bdc5cd;
  --brand-highlight-500: #122c45;
  --brand-highlight-600: #14304b;
  --brand-highlight-700: #11283f;
  --brand-highlight-900: #0d2031;
  --brand-surface-page: #fdfbf9;
  --brand-surface-page-alt: #f9eeed;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #f9eeed;
  --brand-surface-panel: #f4e1de;
  --brand-surface-panel-strong: #f0d7d3;
  --brand-surface-muted: #fefdfb;
  --brand-surface-accent-soft: #e8eaed;
  --brand-surface-gradient-from: #fdfbf9;
  --brand-surface-gradient-via: #f9eeed;
  --brand-surface-gradient-to: #eff1f2;
  --brand-border: #fdfbf8;
  --brand-border-strong: #fcf9f4;
  --brand-text-primary: #45423f;
  --brand-text-secondary: #0a1826;
  --brand-text-muted: #6b7280;
  --brand-text-brand: #45423f;
  --brand-text-accent: #060d15;
  --brand-text-on-primary: #111827;
  --brand-text-on-highlight: #ffffff;
  --brand-text-on-contrast: #000000;
  --brand-semantic-success: #16a34a;
  --brand-semantic-warning: #d97706;
  --brand-semantic-danger: #dc2626;
  --brand-font-heading: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: Manrope;
  --brand-font-body-name: Manrope;
  --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: #111827;
  --brand-shell-accent-button-text: #ffffff;
  --brand-shell-dock-text: #111827;
  --brand-shell-icon: #060d15;
  --brand-shell-shadow: #fcfaf6;
  --brand-shell-shadow-strong: #fbf7f1;
}
