:root {
  --bone: #EDE7DD;
  --bone-soft: #F2EDE4;
  --bone-deep: #E2DBCE;
  --sand: #C9BDA9;
  --clay: #8B6A4F;
  --clay-soft: #A98870;
  --ink: #1F1B16;
  --ink-soft: #3A332B;
  --ink-mute: #6A5F52;
  --hairline: rgba(31, 27, 22, 0.14);
  --hairline-soft: rgba(31, 27, 22, 0.07);

  --display: 'Fraunces', 'Cormorant Garamond', Georgia, serif;
  --body: 'Manrope', system-ui, sans-serif;

  --easing: cubic-bezier(0.22, 1, 0.36, 1);
}
