/* Shared by the static landing and the Next.js app. Reference selected by the
   user: “Your campaign is ready. Are you?” — Grift Extra Bold, 800, -0.05em. */
:root {
  --gl-font-heading: "Grift Extra Bold", "Grift Extra Bold Placeholder", sans-serif;
  --gl-heading-weight: 800;
  --gl-heading-tracking: -0.05em;
}

/* Include display text and the exported widgets' visual headings: these use
   paragraphs, buttons and divs rather than h1–h6. */
:is(h1, h2, h3, h4, h5, h6, [role="heading"], .gl-heading, .font-display,
    .gs-h, .gl-faq__q) {
  font-family: var(--gl-font-heading) !important;
  font-weight: var(--gl-heading-weight) !important;
  letter-spacing: var(--gl-heading-tracking) !important;
}

:is(h1, h2, h3, h4, h5, h6, [role="heading"], .gl-heading, .font-display,
    .gs-h, .gl-faq__q) :where(span, strong, em, i, a) {
  font-family: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
}
