@font-face {
  font-family: Inter;
  src: url("/fonts/inter-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("/fonts/inter-latin-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: #fafbf7;
  color: #172016;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.9;
}
header,
main,
footer {
  max-width: 760px;
  margin: 0 auto;
  padding: 30px;
}
header {
  border-bottom: 1px solid #d9ddd2;
}
main {
  padding-top: 65px;
  padding-bottom: 60px;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 1px;
  color: #536545;
}
h1 {
  font-size: clamp(40px, 7vw, 64px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -2.8px;
  margin: 25px 0 40px;
}
h2 {
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -0.6px;
  margin-top: 38px;
}
a {
  color: #314a23;
  text-underline-offset: 4px;
}
a:focus-visible {
  outline: 3px solid #315800;
  outline-offset: 5px;
}
footer {
  font-size: 12px;
  border-top: 1px solid #d9ddd2;
}
.button {
  display: inline-block;
  background: #e1fb70;
  padding: 14px 22px;
  text-decoration: none;
  margin-top: 20px;
}
