:root {
  color-scheme: light;
  --terra: #a87c63;
  --terra-hi: #8f6954;
  --terra-lo: #7a5847;
  --terra-deep: #5c3d28;
  --terra-pale: rgba(168, 124, 99, 0.08);
  --terra-glow: rgba(168, 124, 99, 0.2);
  --ink: #fcfbf9;
  --ink-2: #f5f2ee;
  --ink-3: #ece8e2;
  --text-strong: #2b2927;
  --text-soft: #67615c;
  --muted: #67615c;
  --border: rgba(43, 41, 39, 0.1);
  --border-hi: rgba(43, 41, 39, 0.2);
  --surface: rgba(255, 255, 255, 0.94);
  --success: #047857;
  --success-bg: rgba(16, 185, 129, 0.08);
  --danger: #a92d3b;
  --danger-bg: rgba(176, 0, 32, 0.07);
  --warning: #8a5a14;
  --warning-bg: rgba(217, 159, 49, 0.1);
  --focus: #2563eb;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 2px 4px rgba(0, 0, 0, 0.03), 0 12px 30px rgba(0, 0, 0, 0.07);
  --shadow-terra: 0 8px 24px rgba(90, 61, 40, 0.22);
  --font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --radius-sm: 0.5rem;
  --radius-md: 0.75rem;
  --radius-lg: 1.125rem;
  --radius-xl: 1.5rem;
  --content-sm: 42rem;
  --content-md: 60rem;
  --content-lg: 74rem;
  --header-height: 4rem;
  --mobile-nav-height: 4.25rem;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --duration-fast: 150ms;
  --duration-normal: 240ms;
}
