:root {
  --brand-primary: #2d5a6b;
  --brand-highlight: #d4a574;
  --brand-contrast: #1a1a2e;
  --brand-accent: #1a1a2e;
  --brand-primary-50: #eef2f3;
  --brand-primary-100: #dde5e7;
  --brand-primary-200: #c4d1d6;
  --brand-primary-500: #295362;
  --brand-primary-600: #2d5a6b;
  --brand-primary-700: #264c5a;
  --brand-primary-900: #1e3b47;
  --brand-highlight-50: #fcf8f4;
  --brand-highlight-100: #f8f1e9;
  --brand-highlight-200: #f3e6d8;
  --brand-highlight-500: #c3986b;
  --brand-highlight-600: #d4a574;
  --brand-highlight-700: #b28b61;
  --brand-highlight-900: #8c6d4d;
  --brand-surface-page: #f5f7f8;
  --brand-surface-page-alt: #e8e8ea;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #e8e8ea;
  --brand-surface-panel: #d6d6d9;
  --brand-surface-panel-strong: #c8c8cd;
  --brand-surface-muted: #fbfcfc;
  --brand-surface-accent-soft: #f5e9de;
  --brand-surface-gradient-from: #f5f7f8;
  --brand-surface-gradient-via: #e8e8ea;
  --brand-surface-gradient-to: #f6ebe0;
  --brand-border: #d1dbde;
  --brand-border-strong: #b8c7cd;
  --brand-text-primary: #0d191e;
  --brand-text-secondary: #18313a;
  --brand-text-muted: #1f3f4b;
  --brand-text-brand: #0d191e;
  --brand-text-accent: #3b2e20;
  --brand-text-on-primary: #ffffff;
  --brand-text-on-highlight: #1a1a2e;
  --brand-text-on-contrast: #d4a574;
  --brand-semantic-success: #16a34a;
  --brand-semantic-warning: #d97706;
  --brand-semantic-danger: #dc2626;
  --brand-font-heading: "Cormorant Garamond", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "Cormorant Garamond", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: Cormorant Garamond;
  --brand-font-body-name: Cormorant Garamond;
  --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: #1a1a2e;
  --brand-shell-dock-text: #ffffff;
  --brand-shell-icon: #3b2e20;
  --brand-shell-shadow: #c0ced3;
  --brand-shell-shadow-strong: #a3b6be;
}
