/* IPTV Charleroi v1.3.5 — Poppins primary typography layer.
   The font is loaded through wp_enqueue_style() with display=swap.
   Keep this layer small and bundled in assets/css/dist/theme.css for production. */
:root {
  --ipch-font-primary: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

html,
body,
button,
input,
select,
textarea,
.wp-site-blocks,
.site-main,
.topbar,
.footer {
  font-family: var(--ipch-font-primary);
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero h1,
.section-title,
.reviews-title,
.price-card h3,
.trial-card h3,
.faq-card h3,
.nav a,
.btn,
.nav-cta,
.choose {
  font-family: var(--ipch-font-primary);
}
