body {
  font-family: 'Inter Rounded', Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}
h1, h2, h3 {
  font-family: 'Inter Rounded', sans-serif;
  letter-spacing: -0.01em;
}

.lead{font-size:clamp(16px,2vw,18px); color:var(--muted);}
.small{font-size:14px; color:var(--muted);}
