@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('assets/plus-jakarta-sans-regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('assets/plus-jakarta-sans-bold.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
.hero h1 {
  font-family: 'Plus Jakarta Sans', Manrope, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -.025em;
  word-spacing: .1em;
}
.hero h1 .hero-result { letter-spacing: inherit; }

/* Keep the hero compact after removing its footer row. */
.hero{min-height:0;padding-bottom:148px}
@media(max-width:900px){.hero{padding-bottom:58px}}
@media(max-width:650px){.hero{padding-bottom:44px}}

@media(min-width:901px){.hero .hero-line{font-size:clamp(48px,5.2vw,72px)}.hero .hero-copy{font-size:22px;line-height:1.65}}
