:root {
  --brand-primary: #1e2a3a;
  --brand-highlight: #7b9acc;
  --brand-contrast: #c4a882;
  --brand-accent: #c4a882;
  --brand-primary-50: #edeeef;
  --brand-primary-100: #dbdddf;
  --brand-primary-200: #c0c3c8;
  --brand-primary-500: #1c2735;
  --brand-primary-600: #1e2a3a;
  --brand-primary-700: #192331;
  --brand-primary-900: #141c26;
  --brand-highlight-50: #f4f7fb;
  --brand-highlight-100: #eaeff7;
  --brand-highlight-200: #dae3f1;
  --brand-highlight-500: #718ebc;
  --brand-highlight-600: #7b9acc;
  --brand-highlight-700: #6781ab;
  --brand-highlight-900: #516687;
  --brand-surface-page: #f4f4f5;
  --brand-surface-page-alt: #eee7dc;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #f9f6f3;
  --brand-surface-panel: #f4efe9;
  --brand-surface-panel-strong: #f1eae1;
  --brand-surface-muted: #fbfbfb;
  --brand-surface-accent-soft: #f2f5fa;
  --brand-surface-gradient-from: #f4f4f5;
  --brand-surface-gradient-via: #eee7dc;
  --brand-surface-gradient-to: #f6f8fb;
  --brand-border: #ced0d4;
  --brand-border-strong: #b3b7bc;
  --brand-text-primary: #080c10;
  --brand-text-secondary: #10171f;
  --brand-text-muted: #151d29;
  --brand-text-brand: #080c10;
  --brand-text-accent: #222b39;
  --brand-text-on-primary: #c4a882;
  --brand-text-on-highlight: #111827;
  --brand-text-on-contrast: #1e2a3a;
  --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: #c4a882;
  --brand-shell-accent-button-text: #111827;
  --brand-shell-dock-text: #c4a882;
  --brand-shell-icon: #222b39;
  --brand-shell-shadow: #bcbfc4;
  --brand-shell-shadow-strong: #9ca1a8;
}
