:root {
  color: #181a1f;
  background: #f7f7f5;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

header,
main,
footer {
  width: min(760px, calc(100% - 32px));
  margin-inline: auto;
}

header {
  padding: 28px 0 18px;
  border-bottom: 1px solid #dfe1dc;
}

header a,
footer a {
  color: #2457d6;
  font-weight: 700;
  text-decoration: none;
}

main {
  padding: 40px 0 56px;
}

h1 {
  margin: 0 0 8px;
  font-size: clamp(2rem, 6vw, 2.8rem);
  line-height: 1.15;
}

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

p,
li {
  color: #4f5661;
}

ul {
  padding-left: 22px;
}

.effective-date {
  color: #747b86;
  font-size: 0.875rem;
}

footer {
  padding: 24px 0 36px;
  border-top: 1px solid #dfe1dc;
  color: #747b86;
  font-size: 0.875rem;
}
