:root {
  /* Colors */
  --color-bg: #faf8f5;
  --color-bg-alt: #f2ede4;
  --color-bg-dark: #1b1917;
  --color-surface: #ffffff;
  --color-accent: #c9b79c;
  --color-accent-dark: #a68f6c;
  --color-text: #1b1917;
  --color-text-muted: #6b655c;
  --color-text-inverse: #faf8f5;
  --color-border: #e4ddd1;
  --color-success: #4b6b52;
  --color-error: #a13d3d;
  --color-star: #c9962c;

  /* Typography */
  --font-base: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --fs-xs: 0.75rem;
  --fs-sm: 0.875rem;
  --fs-base: 1rem;
  --fs-md: 1.125rem;
  --fs-lg: 1.375rem;
  --fs-xl: 1.75rem;
  --fs-2xl: 2.25rem;
  --fs-3xl: 3rem;

  /* Spacing */
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;
  --space-2xl: 6rem;

  /* Layout */
  --max-width: 1200px;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --shadow-sm: 0 1px 2px rgba(27, 25, 23, 0.06);
  --shadow-md: 0 8px 24px rgba(27, 25, 23, 0.08);
  --shadow-lg: 0 16px 48px rgba(27, 25, 23, 0.12);
  --header-height: 104px;
}
