:root {
  color: #172033;
  background: #f7f8fb;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  margin: 0;
  min-width: 320px;
}

main {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(32px, 7vw, 82px) 20px;
}

a {
  color: #2d6cdf;
  font-weight: 760;
}

h1 {
  margin: 0 0 12px;
  color: #101827;
  font-size: clamp(38px, 6vw, 66px);
  line-height: 0.98;
}

h2 {
  margin-top: 34px;
  color: #101827;
}

p,
li {
  color: #4e596a;
  font-size: 17px;
  line-height: 1.65;
}

.eyebrow {
  color: #2d6cdf;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}
