:root {
  --color-bg: #171310;
  --color-bg-alt: #1f1a15;
  --color-bg-card: #241e18;
  --color-border: #3a3128;
  --color-text: #ece4d8;
  --color-text-muted: #ab9f8f;
  --color-accent: #c98a4b;
  --color-accent-dark: #a56b34;
  --color-success: #6fae7a;
  --color-danger: #d16a5a;

  --font-heading: Georgia, 'Noto Serif TC', 'PingFang TC', serif;
  --font-body: -apple-system, BlinkMacSystemFont, 'PingFang TC', 'Microsoft JhengHei', system-ui, sans-serif;

  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2.5rem;
  --space-5: 4rem;

  --radius: 6px;
  --max-width: 1080px;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}
