:root {
  --brand-primary: #0a0e1a;
  --brand-highlight: #d4a853;
  --brand-contrast: #d4a853;
  --brand-accent: #d4a853;
  --brand-primary-50: #141b2d;
  --brand-primary-100: #1a2440;
  --brand-primary-200: #243054;
  --brand-primary-500: #0a0e1a;
  --brand-primary-600: #0a0e1a;
  --brand-primary-700: #060912;
  --brand-primary-900: #03050a;
  --brand-highlight-50: #fcf8f1;
  --brand-highlight-100: #f8f1e3;
  --brand-highlight-200: #f3e7cf;
  --brand-highlight-500: #c49a4a;
  --brand-highlight-600: #d4a853;
  --brand-highlight-700: #b8934a;
  --brand-highlight-900: #8a6e38;
  --brand-surface-page: #f3f3f4;
  --brand-surface-page-alt: #f3e7cf;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #fbf6ee;
  --brand-surface-panel: #f7efe0;
  --brand-surface-panel-strong: #f5ead6;
  --brand-surface-muted: #fafafa;
  --brand-surface-accent-soft: #f5ead6;
  --brand-surface-gradient-from: #f3f3f4;
  --brand-surface-gradient-via: #f3e7cf;
  --brand-surface-gradient-to: #f6ecd9;
  --brand-border: #c9cacd;
  --brand-border-strong: #acadb1;
  --brand-text-primary: #030407;
  --brand-text-secondary: #05080e;
  --brand-text-muted: #070a12;
  --brand-text-brand: #030407;
  --brand-text-accent: #3b2f17;
  --brand-text-on-primary: #d4a853;
  --brand-text-on-highlight: #0a0e1a;
  --brand-text-on-contrast: #0a0e1a;
  --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: #d4a853;
  --brand-shell-accent-button-text: #0a0e1a;
  --brand-shell-dock-text: #ffffff;
  --brand-shell-icon: #3b2f17;
  --brand-shell-shadow: #b6b7ba;
  --brand-shell-shadow-strong: #93959a;
}
