/**
 * DefesaExpress — tipografia unificada dos editores
 * Plus Jakarta Sans (títulos/etapas/perguntas) · Inter (corpo/formulários)
 * Carregar por último no <head> de cada editor.
 */

body,
.step-subtitle,
.field label,
.opcao-texto,
.q-option,
.help-msg,
.error-msg,
.toast {
  font-family: var(--font-body);
}

.step-title,
.step-eyebrow,
.section-title,
.q-stage-indicator,
.q-text,
.q-num,
.pergunta-texto,
.pergunta-numero,
.review-block h4,
.review-head h4,
.review-section .review-head h4,
.brand-text h1,
.brand h1,
.gerando-overlay h2,
.tab-toggle button,
.cd-title,
.mh-logo,
.fici-hero h1,
.fici-section-title,
.panel-title,
.step-label.active,
.modal-card h3,
.locked-overlay h4 {
  font-family: var(--font-display);
}
