/*
 * Prevent the 906 KB High Tide face from being requested for below-fold text
 * until the observer-backed loader has it ready. The temporary Heatwood face
 * is already loaded on every affected route and is never exposed in normal
 * scrolling because activation starts 800 px before the target and on the
 * first wheel, touch, or keyboard scroll intent.
 */
body.darby-defer-high-tide:not(.darby-high-tide-ready) :is(
  .dj-video-grid__eyebrow,
  .dr-difference-sticky__eyebrow,
  .dr-sticky-results__eyebrow,
  .msx-button__script,
  .msx-button__script--dj-piano
) {
  font-family: "Heatwood", cursive !important;
}
