:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  color: #17211b;
  background: #f5f7f5;
  line-height: 1.65;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

main {
  width: min(760px, calc(100% - 32px));
  margin: 48px auto;
  padding: clamp(28px, 6vw, 56px);
  background: #ffffff;
  border: 1px solid #dce4de;
  border-radius: 20px;
  box-shadow: 0 18px 48px rgb(23 33 27 / 8%);
}

.eyebrow {
  margin: 0 0 6px;
  color: #276b4c;
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2 {
  line-height: 1.2;
}

h1 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 7vw, 3.4rem);
  letter-spacing: -0.04em;
}

h2 {
  margin: 0 0 8px;
  font-size: 1.1rem;
}

p {
  margin: 0;
}

.lede {
  color: #3e4c43;
  font-size: 1.12rem;
}

.updated {
  color: #66736b;
}

section {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid #e7ece8;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid #e7ece8;
}

a {
  color: #17633f;
  font-weight: 650;
}

code {
  overflow-wrap: anywhere;
}

@media (max-width: 520px) {
  main {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
}
