@font-face {
  font-family: Geist;
  src: url("/landing-assets/geist-regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Geist;
  src: url("/landing-assets/geist-semibold.woff2") format("woff2");
  font-weight: 600 800;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: #fff;
  color: #242629;
  font:
    16px/1.65 Geist,
    sans-serif;
}
header,
main,
footer {
  width: min(100% - 48px, 720px);
  margin-inline: auto;
}
header {
  padding-block: 40px;
}
main {
  padding-block: 24px 72px;
}
h1 {
  font-size: clamp(32px, 6vw, 48px);
  line-height: 1.15;
  letter-spacing: -0.04em;
}
h2 {
  margin-top: 36px;
  font-size: 22px;
  line-height: 1.3;
}
a {
  color: #245dca;
  text-underline-offset: 3px;
}
a:focus-visible {
  outline: 3px solid #2968ef;
  outline-offset: 5px;
  border-radius: 3px;
}
footer {
  padding-block: 24px;
  border-top: 1px solid #e8eaee;
}
.eyebrow {
  color: #596170;
  font-size: 14px;
}
