/* Modo oficial hibrido: leitura moderna no corpo e identidade Naruto nos titulos. */
:root { --nrmt-official-readable: "Segoe UI Variable Text", "Segoe UI", Verdana, Arial, sans-serif; }

html:not(.nrmt-readable-font) body,
html:not(.nrmt-readable-font) body * {
  font-family: var(--nrmt-official-readable) !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
html:not(.nrmt-readable-font) body [data-nrmt-readable-text] {
  font-size: max(9px, var(--nrmt-readable-base-size, 9px)) !important;
  line-height: 1.3;
}
html:not(.nrmt-readable-font) body #nrmt-bi-actionbar [data-nrmt-readable-text] {
  font-size: max(7px, var(--nrmt-readable-base-size, 7px)) !important;
}

/* A fonte Naruto fica reservada aos destaques grandes/amarelos. */
html body :is(
  h1, h2,
  .nrmt-team-pane-head h3,
  .nrmt-team-section-title,
  .nrmt-inventory-body > aside h3,
  .nrmt-bi-panel > header strong,
  .nrmt-load-heading > h1,
  [class*="window"] > header [class*="title"]
) {
  font-family: NinjaTitle, "Arial Narrow", Impact, sans-serif !important;
  font-stretch: condensed;
  letter-spacing: .045em;
}

html.nrmt-readable-font body :is(
  h1, h2,
  .nrmt-team-pane-head h3,
  .nrmt-team-section-title,
  .nrmt-inventory-body > aside h3,
  .nrmt-bi-panel > header strong,
  .nrmt-load-heading > h1,
  [class*="window"] > header [class*="title"]
) { font-family: NinjaTitle, "Arial Narrow", Impact, sans-serif !important; }
