/* ============================================================
   Loon — base element defaults shipped with the tokens.
   ALL headings and display text use Space Grotesk (--font-display).
   Hanken Grotesk (--font-sans) is body / UI copy only.
   ============================================================ */

h1, h2, h3, h4, h5, h6,
.display, .display-xl, .display-lg, .display-md {
  font-family: var(--font-display);
  letter-spacing: var(--ls-display);
}
h3, h4, h5, h6, .display-md { letter-spacing: var(--ls-heading); }
