:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #173d43;
  background: #fffaf0;
}

body {
  margin: 0;
}

main {
  width: min(720px, calc(100% - 40px));
  margin: 0 auto;
  padding: 64px 0;
}

h1, h2 {
  line-height: 1.15;
}

h1 {
  font-size: clamp(2.2rem, 8vw, 4rem);
}

h2 {
  margin-top: 36px;
}

p, li {
  font-size: 1.08rem;
  line-height: 1.65;
}

a {
  color: #08766e;
  font-weight: 700;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

nav a {
  padding: 14px 18px;
  border-radius: 14px;
  color: white;
  background: #08766e;
  text-decoration: none;
}

.eyebrow, .back {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 800;
}
