/* Dining / room chrome type lock — last sheet.
   Cinzel is display headings only. HUD, buttons, labels stay Inter.
   Ligatures stay off so "Dining Room" / "Favorites" cannot smash together. */

:root {
  --rz-body: Inter, Arial, "Segoe UI", Helvetica, sans-serif;
}

html, body.rz-chat-console, body {
  font-variant-ligatures: none !important;
  font-feature-settings: "liga" 0, "dlig" 0, "hlig" 0, "calt" 0, "swsh" 0, "hist" 0 !important;
}

body, body * {
  font-variant-ligatures: none !important;
  font-feature-settings: "liga" 0, "dlig" 0, "hlig" 0, "calt" 0, "swsh" 0, "hist" 0 !important;
}

.hud-trigger,
.hud-panel,
.hud-panel a,
.hud-panel button,
.center-col,
.room-title-layer,
.rz-hearth-tab,
.rz-hearth-chrome,
.rz-hearth-status,
.rz-hearth-meta,
.rz-hearth-empty,
.rz-hearth-card-fallback,
.profile-doorbell-tools,
.pdb-kicker,
.profile-mode-select,
.wall-flyout-head,
.inspect-user b,
.inspect-user span,
#rz-room-gate,
button,
input,
textarea,
select,
label {
  font-family: Inter, Arial, "Segoe UI", Helvetica, sans-serif !important;
}

/* Display face may keep Cinzel. Never the decorative joins. */
.room-title strong,
.page-room-scroll h1,
.page-room-scroll h2 {
  font-variant-ligatures: none !important;
  font-feature-settings: "liga" 0, "dlig" 0, "hlig" 0, "calt" 0, "swsh" 0 !important;
}
