/* =============================================================
 * Dokan — font brand (Lora heading italic / Helvetica Neue body)
 * Scope: vendor dashboard (body.dokan-dashboard) + store page
 * pubblica (body.dokan-store / .dokan-single-store).
 * Auto-enqueued dal loader ricorsivo Impreza-child.
 * Lora + Helvetica Neue gia' caricati globalmente sul sito.
 * ============================================================= */

/* --- Testo base (body font) --- */
body.dokan-store,
body.dokan-store .dokan-single-store,
body.dokan-store .dokan-store-sidebar,
body.dokan-store .dokan-form-control,
body.dokan-store button,
body.dokan-store input,
body.dokan-store select,
body.dokan-store textarea,
body.dokan-dashboard,
body.dokan-dashboard .dokan-dashboard-wrap,
body.dokan-dashboard .dokan-dashboard-content,
body.dokan-dashboard .dokan-form-control,
body.dokan-dashboard button,
body.dokan-dashboard input,
body.dokan-dashboard select,
body.dokan-dashboard textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* --- Heading → Lora SemiBold Italic (Figma) --- */
body.dokan-store .dokan-single-store h1,
body.dokan-store .dokan-single-store h2,
body.dokan-store .dokan-single-store h3,
body.dokan-store .dokan-single-store h4,
body.dokan-store .dokan-single-store h5,
body.dokan-store .dokan-single-store h6,
body.dokan-store .dokan-single-store .store-name,
body.dokan-dashboard .dokan-dashboard-content h1,
body.dokan-dashboard .dokan-dashboard-content h2,
body.dokan-dashboard .dokan-dashboard-content h3,
body.dokan-dashboard .dokan-dashboard-content h4,
body.dokan-dashboard .dokan-dashboard-content h5,
body.dokan-dashboard .dokan-dashboard-content h6,
body.dokan-dashboard .dokan-dashboard-header h1 {
  font-family: "Lora", Georgia, serif !important;
  font-style: italic !important;
  font-weight: 600 !important;
}
