@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,600;1,700&display=swap");

body, p, li, a, input, button, span {
  font-family: "Inter", sans-serif;
  letter-spacing: var(--tracking-body);
}

h1, h2, h3, h4, .brand-name {
  font-family: "Playfair Display", serif;
  letter-spacing: var(--tracking-heading);
}

h1 {
  font-size: clamp(44px, 7vw, 74px);
  line-height: 1.05;
  margin-bottom: 16px;
  font-weight: 700;
}

.section-title {
  text-align: center;
  font-size: clamp(34px, 4.6vw, 52px);
  line-height: 1.1;
  margin-bottom: 12px;
  font-weight: 700;
  text-wrap: balance;
}

.section-sub {
  text-align: center;
  color: #6f6f6f;
  max-width: 700px;
  margin: 0 auto 34px;
  font-size: 16px;
  line-height: 1.7;
  text-wrap: balance;
}

.feature-card p,
.feature-points li,
.smart-copy p,
.smart-list li,
.waitlist p {
  letter-spacing: 0.004em;
}
