/* ===== Font Sizes & Line Heights =====
   Centralises all font-size and line-height declarations.
   No other properties belong in this file.
   ===================================== */

/* ── Base ─────────────────────────────────────────────── */
html {
    font-size: 16px;
    line-height: 1.65;
}


h2 {
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
  line-height: 1.15;
}

h3 {
  font-size: 24px;
  line-height: 1.3;
}

h5,
blockquote strong {
  font-size: 0.68rem;
  font-style: normal;
}

p{
  font-size: clamp(.95rem, 1.2vw, 1.2rem);
}

.hero-title {
  font-size: clamp(1.8rem, 4.5vw, 4.2rem);
}

.hero-subtitle
 {
  font-size: clamp(1.2rem, 1.8vw, 2rem);
}
.site-header,
.footer,
.footer p {
  font-size: 11px;
}

blockquote p {
  font-size: clamp(1.2rem, 2.5vw, 2.2rem);
  line-height: 1.45;
  font-style: italic;
}