:root {
  color: #17191d;
  background: #f5f6f7;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

body { margin: 0; }
main { max-width: 760px; margin: 0 auto; padding: 56px 24px 80px; }
a { color: #0e6b63; }
h1 { margin: 8px 0 4px; font-size: clamp(2rem, 7vw, 3rem); line-height: 1.1; }
h2 { margin-top: 32px; font-size: 1.25rem; }
p, li { color: #4f5662; }
.eyebrow { color: #0e6b63; font-size: .78rem; font-weight: 750; text-transform: uppercase; }
.updated { margin-top: 0; color: #7a818c; }
nav { display: flex; flex-wrap: wrap; gap: 18px; margin-bottom: 42px; }
nav a { color: #303640; font-weight: 650; text-decoration: none; }
