@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600&family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap');

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.15;
  color: var(--color-text);
}

h1 {
  font-size: var(--text-5xl);
  letter-spacing: -0.03em;
}

h2 {
  font-size: var(--text-4xl);
  letter-spacing: -0.02em;
}

h3 {
  font-size: var(--text-2xl);
}

.heading--lg {
  font-size: clamp(2rem, 5vw, var(--text-5xl));
}

.heading--md {
  font-size: clamp(1.5rem, 3.5vw, var(--text-4xl));
}
