:root{
  --bg: #FAF6F0;
  --bg-2: #F5EFE6;
  --bg-3: #EDE5D9;
  --ink: #1B1B2F;
  --ink-2: #2E2E45;
  --ink-3: #6E6E85;
  --ink-4: #9E9EB2;
  --accent: #C45D3E;
  --accent-2: #A84B30;
  --accent-bg: #FDF0EB;
  --gold: #D4A853;
  --gold-bg: #FBF5E8;
  --green: #2D7A5F;
  --green-bg: #E8F5EE;
  --white: #FFFFFF;

  --serif: 'DM Serif Display', Georgia, serif;
  --sans: 'Outfit', system-ui, sans-serif;

  --max: 1200px;
  --rad: 20px;

  --duration-fast: 150ms;
  --duration-normal: 300ms;
  --duration-slow: 800ms;
  --easing-default: cubic-bezier(0.25, 1, 0.5, 1);
  --easing-spring: cubic-bezier(0.34, 1.56, 0.64, 1);

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 1.875rem;
  --text-4xl: 2.25rem;
  --text-5xl: 3rem;
  --text-6xl: 3.75rem;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;
}
