/* ====================================================================
   WAZAA AFRICA — EDITORIAL TYPOGRAPHY
   Playfair Display Bold Italic for all headings
   Inter/Poppins for all functional UI elements
   ==================================================================== */

/* ── EDITORIAL VOICE — Playfair Display Bold Italic ─────────────── */
h1, h2, h3,
h1 a, h2 a, h3 a {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-weight: 700 !important;
  font-style: italic !important;
}

/* ── FUNCTIONAL VOICE — sans-serif for UI ───────────────────────── */
nav a,
.nav-list a,
.mobile-drawer-panel a,
.sidebar nav a,
button,
.btn,
.btn-subscribe,
.btn-listen,
.btn-mini-submit,
.series-badge,
.category-pill,
.post-card-category,
.post-card-meta,
.hero-slide-meta,
.topic-meta,
.ticker-item,
.ticker-label,
.footer-col h4,
.footer-col a,
.footer-bottom,
.footer-mission,
.form-hint,
.badge,
.alert,
.topbar,
.section-sub,
p {
  font-family: 'Inter', 'Poppins', 'Segoe UI', sans-serif !important;
  font-style: normal !important;
}

/* Admin stays in Poppins entirely */
.admin-shell h1,
.admin-shell h2,
.admin-shell h3,
.admin-shell h4,
.admin-shell p,
.admin-shell a,
.admin-shell button,
.login-card h1 {
  font-family: 'Poppins', 'Segoe UI', sans-serif !important;
  font-style: normal !important;
}