/* ==========================================================================
   Base — Typography utilities for yanjaa.com
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.display-xl {
  font-size: clamp(3.5rem, 3rem + 5vw, 8rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.display-lg {
  font-size: clamp(2.5rem, 2rem + 3vw, 5rem);
  font-weight: 700;
  line-height: 1.05;
}

.display-md {
  font-size: clamp(1.75rem, 1.5rem + 1.5vw, 3rem);
  font-weight: 600;
}

.display-sm {
  font-size: clamp(1.25rem, 1rem + 1vw, 1.75rem);
  font-weight: 500;
}

.body-lg {
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem);
  line-height: 1.8;
}

