:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: Canvas;
  color: CanvasText;
}

body {
  margin: 0;
  line-height: 1.65;
}

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

nav,
footer {
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
  padding: 20px 0;
}

nav a,
footer a,
main a {
  color: LinkText;
}

h1,
h2,
h3 {
  line-height: 1.2;
}

h1 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  margin: 0 0 20px;
}

h2 {
  margin-top: 40px;
}

p,
li {
  font-size: 1.05rem;
}

.eyebrow {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lead {
  font-size: 1.25rem;
}

.callout {
  border: 1px solid;
  padding: 18px;
  margin: 28px 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

th,
td {
  border: 1px solid;
  padding: 12px;
  text-align: left;
  vertical-align: top;
}

.updated {
  margin-top: 40px;
  font-size: 0.95rem;
}
