:root {
  --stone-50: #f3f4ee;
  --stone-100: #e6e8df;
  --ink: #1c231f;
  --ink-soft: #3e4a43;
  --forest: #1f5038;
  --forest-strong: #143728;
  --amber: #c6862d;
  --paper: #fbfbf8;
  --line: #c8d0c9;
  --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;
  --space-8: 4rem;
  --max-width: 1140px;
  --radius-0: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--ink);
  background: radial-gradient(circle at 8% 8%, #ffffff 0%, #f6f7f1 34%, #eef1ea 100%);
  line-height: 1.62;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}
