/* fraQtl type canon — single source of truth. Change here, changes everywhere. */
:root{
  --fq-h1: clamp(2.3rem, 4.4vw, 3.4rem);   /* page hero: one line at desktop */
  --fq-h2: clamp(1.45rem, 2.6vw, 2.05rem); /* section title */
  --fq-h1-lh: 1.05; --fq-h1-ls: -0.028em;
  --fq-h2-lh: 1.18; --fq-h2-ls: -0.02em;
}
