/* Dhraconyx type lock — last sheet on every public page.
   Cinzel is display headings only. UI / body / buttons / prices stay Inter.
   Ligatures stay off so "store", "account", "first" cannot smash together. */

:root {
  --rz-body: Inter, Arial, "Segoe UI", Helvetica, sans-serif;
}

html, body {
  font-family: Inter, Arial, "Segoe UI", Helvetica, sans-serif !important;
  font-variant-ligatures: none !important;
  font-feature-settings: "liga" 0, "dlig" 0, "hlig" 0, "calt" 0, "swsh" 0, "hist" 0 !important;
  -webkit-font-smoothing: antialiased;
}

body, body * {
  font-variant-ligatures: none !important;
  font-feature-settings: "liga" 0, "dlig" 0, "hlig" 0, "calt" 0, "swsh" 0, "hist" 0 !important;
}

.top,
.top *,
.dhx-top,
.dhx-top *,
.wrap,
.testbar,
.testbar *,
.testbar strong,
.testbar b,
.lede,
.lede *,
p,
.currency-note,
.tabs,
.tabs *,
.tab,
.tabs,
.btn,
.foot,
.err,
.getit,
.getit h4,
.getit p,
.plan,
.plan h3,
.plan .price,
.plan li,
.currency-note,
.dhx-account-link,
.dhx-topnav,
.topnav,
.small-button,
.ghost-button,
.notice,
.langpick,
.langpick .pl,
.access-chip,
.card-pad,
.card-pad .body,
.hero-copy p,
.hero-copy .lede,
.hero-copy .eyebrow,
input,
button,
textarea,
select,
label,
.modal,
.modal h3,
.modal p,
.modal label,
.modal input,
.modal button,
.modal .micro,
.modal .field,
.dhx-auth-modal,
.dhx-auth-modal h3,
.dhx-auth-modal p,
.dhx-auth-modal label,
.dhx-auth-modal input,
.dhx-auth-modal button,
.dhx-auth-modal .micro,
.dhx-auth-modal .field,
.dhx-fly-sheet,
.ent-lede,
.ent-flag,
.ent-calc,
.ent-level,
.sheet,
.sheet h2,
.sheet .sub,
.lines,
.facts,
.tick,
.note,
.micro {
  font-family: Inter, Arial, "Segoe UI", Helvetica, sans-serif !important;
}

/* Display faces may keep Cinzel. Never the decorative joins. */
.hero-copy h1,
.hero-copy h2,
.section-head h2,
.ent-title,
.aff-hero h1,
.meme-hero h1,
.dhx-h-hero,
.dhx-h1,
.dhx-h2,
.dhx-h3,
.pull,
.card h3,
.aff-section h2,
.meme-section h2 {
  font-variant-ligatures: none !important;
  font-feature-settings: "liga" 0, "dlig" 0, "hlig" 0, "calt" 0, "swsh" 0 !important;
}
