/* 03-typography.css — premium editorial type scale */
body{
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-white);
}

h1, h2, h3, .brand__title{
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -0.04em;
}

p{
  color: var(--color-muted);
  font-size: 1rem;
}

.hero-kicker{
  font-size: .88rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(247,250,252,.85);
}

.hero-title{
  font-size: clamp(3rem, 6vw, 6.75rem);
  line-height: .95;
  font-weight: 800;
}

.hero-title span{
  color: var(--color-teal);
  white-space: nowrap;
}

.hero-subtitle{
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.8;
  max-width: 56rem;
}

.site-footer__title{
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.15;
}

.site-footer__heading{
  font-size: .88rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: rgba(247,250,252,.92);
}
