:root {
  --color-primary: #89542f;
  --color-primary-dark: #5a3820;
  --color-primary-soft: #b3835d;
  --color-accent: #f9a032;
  --color-accent-soft: #fcd4a0;

  --color-ink: #0f1115;
  --color-body: #2a2d33;
  --color-mute: #6b7280;
  --color-hairline: #e5e7eb;
  --color-bg: #ffffff;
  --color-bg-soft: #faf7f2;
  --color-bg-deep: #1a1411;

  --font-display: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-sans: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-heading: "Poppins", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  --fs-xs: 0.75rem;
  --fs-sm: 0.875rem;
  --fs-base: 1rem;
  --fs-md: 1.125rem;
  --fs-lg: 1.25rem;
  --fs-xl: 1.5rem;
  --fs-2xl: 2rem;
  --fs-3xl: 2.75rem;
  --fs-4xl: 3.75rem;
  --fs-5xl: 5rem;

  --lh-tight: 1.1;
  --lh-snug: 1.3;
  --lh-base: 1.6;

  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-8: 3rem;
  --space-10: 4rem;
  --space-12: 6rem;
  --space-16: 8rem;

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-pill: 999px;

  --shadow-sm: 0 1px 2px rgba(15, 17, 21, 0.06);
  --shadow-md: 0 4px 16px rgba(15, 17, 21, 0.08);
  --shadow-lg: 0 24px 60px rgba(15, 17, 21, 0.12);

  --max-w: 1200px;
  --max-w-narrow: 760px;

  --header-h: 80px;
  --transition: 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
