/**
 * Good Vibes Pro — canonical @font-face for all compositions.
 * FINAL vertical metrics baked into GoodVibesPro.ttf (not CSS):
 *   ascent 625 · descent −40 · lineGap 0
 * Original unpatched backup: GoodVibesPro.original.ttf
 */
@font-face {
  font-family: "Good Vibes Pro";
  src: url("GoodVibesPro.ttf?v=10") format("truetype");
  font-display: swap;
}

/** Raw metrics — for before/after debug only */
@font-face {
  font-family: "Good Vibes Pro Raw";
  src: url("GoodVibesPro.original.ttf") format("truetype");
  font-display: swap;
}
