:root {
  --brand-primary: #0a0a0a;
  --brand-highlight: #722f37;
  --brand-contrast: #f5f5f0;
  --brand-accent: #f5f5f0;
  --brand-primary-50: #ebebeb;
  --brand-primary-100: #d8d8d8;
  --brand-primary-200: #bababa;
  --brand-primary-500: #090909;
  --brand-primary-600: #0a0a0a;
  --brand-primary-700: #080808;
  --brand-primary-900: #070707;
  --brand-highlight-50: #f4eeef;
  --brand-highlight-100: #e8dedf;
  --brand-highlight-200: #d8c5c7;
  --brand-highlight-500: #692b33;
  --brand-highlight-600: #722f37;
  --brand-highlight-700: #60272e;
  --brand-highlight-900: #4b1f24;
  --brand-surface-page: #f3f3f3;
  --brand-surface-page-alt: #fcfcfb;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #fefefe;
  --brand-surface-panel: #fdfdfc;
  --brand-surface-panel-strong: #fdfdfb;
  --brand-surface-muted: #fafafa;
  --brand-surface-accent-soft: #f1eaeb;
  --brand-surface-gradient-from: #f3f3f3;
  --brand-surface-gradient-via: #fcfcfb;
  --brand-surface-gradient-to: #f5f0f1;
  --brand-border: #c9c9c9;
  --brand-border-strong: #acacac;
  --brand-text-primary: #040404;
  --brand-text-secondary: #060606;
  --brand-text-muted: #6b7280;
  --brand-text-brand: #040404;
  --brand-text-accent: #722f37;
  --brand-text-on-primary: #ffffff;
  --brand-text-on-highlight: #ffffff;
  --brand-text-on-contrast: #0a0a0a;
  --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: #ffffff;
  --brand-shell-dock-text: #f5f5f0;
  --brand-shell-icon: #722f37;
  --brand-shell-shadow: #b6b6b6;
  --brand-shell-shadow-strong: #939393;
}
