:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #23213a;
  background: #faf8f5;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
main {
  max-width: 760px;
  margin: 0 auto;
  padding: 48px 24px 80px;
}
.eyebrow {
  color: #6559af;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
h1 {
  font-size: clamp(2.2rem, 6vw, 3.4rem);
  line-height: 1.1;
  margin: 12px 0 24px;
}
h2 {
  font-size: 1.25rem;
  margin: 40px 0 10px;
}
p,
li {
  font-size: 1.04rem;
  line-height: 1.65;
}
.lead {
  font-size: 1.22rem;
}
a {
  color: #5146ad;
  text-underline-offset: 3px;
}
a:focus-visible {
  outline: 3px solid #5146ad;
  outline-offset: 3px;
}
