/* Elan typography. Two families only: Marcellus for anything headline-ish,
   HK Grotesk (Hanken Grotesk substitute) for everything else.
   Line-heights in the source are almost always 100% — headlines are set tight. */
:root{
  --font-display:Marcellus,"Times New Roman",Georgia,serif;
  --font-sans:"Hanken Grotesk","HK Grotesk",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;

  --weight-regular:400;
  --weight-medium:500;
  --weight-bold:700;

  /* Display / Marcellus scale (exact sizes present in the file) */
  --type-hero:88px;        --type-hero-lh:83px;
  --type-display:60px;     --type-display-lh:100%;
  --type-h1:48px;          --type-h1-lh:49px;
  --type-h2:32px;          --type-h2-lh:43px;
  --type-h3:24px;          --type-h3-lh:100%;
  --type-h4:22px;          --type-h4-lh:100%;

  /* Sans scale */
  --type-lead:18px;        --type-lead-lh:100%;
  --type-body:16px;        --type-body-lh:150%;
  --type-small:14px;       --type-small-lh:100%;
  --type-micro:12px;       --type-micro-lh:100%;
  --type-nano:10px;        --type-nano-lh:100%;
  --type-price:24px;       --type-price-lh:100%;

  --tracking-eyebrow:.02em;
}
