/* ============================================================
   PerfectBody LipoHP — Base element defaults
   Encodes the canonical heading rule so consumers get it for free:
     H1            → Minerva Modern
     H2 + body / P → Montserrat
   Components may still override per-element via inline font-family.
   ============================================================ */

h1 {
  font-family: var(--pb-font-h1);
  font-weight: var(--pb-w-light, 300);
  letter-spacing: var(--pb-tracking-display, 0.045em);
  text-transform: uppercase;
}

h2 {
  font-family: var(--pb-font-h2);
  font-weight: var(--pb-w-semibold, 600);
  letter-spacing: var(--pb-tracking-wide, 0.08em);
}

p,
body {
  font-family: var(--pb-font-p);
  font-weight: var(--pb-w-light, 300);
}
