html {
  color-scheme: light;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f7f4ef;
  color: #141414;
}

body {
  margin: 0;
}

main {
  max-width: 880px;
  margin: 0 auto;
  padding: 48px 22px 72px;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
  font-size: 14px;
}

a {
  color: #6750a4;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

h1 {
  margin: 0 0 10px;
  font-size: clamp(32px, 6vw, 52px);
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  margin: 38px 0 10px;
  font-size: 22px;
  line-height: 1.2;
}

p,
li {
  font-size: 16px;
  line-height: 1.68;
}

ul,
ol {
  padding-left: 22px;
}

.eyebrow {
  margin: 0 0 8px;
  color: #68625a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.summary {
  margin: 18px 0 26px;
  max-width: 720px;
  color: #33302c;
  font-size: 18px;
}

.notice {
  margin: 26px 0;
  padding: 18px;
  border: 1px solid #ded6cc;
  border-radius: 8px;
  background: #fffaf3;
}

.meta {
  color: #68625a;
  font-size: 14px;
}

footer {
  margin-top: 54px;
  padding-top: 22px;
  border-top: 1px solid #ded6cc;
  color: #68625a;
  font-size: 14px;
}
