/* Start custom CSS *//* 1. Importeer Poppins van Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

/* 2. Forceer Poppins op alle HTML elementen */
body, h1, h2, h3, h4, h5, h6, p, a, span, div, li, input, button, select, textarea, label, blockquote {
    font-family: 'Poppins', sans-serif !important;
}

/* 3. Specifieke Elementor overrides (voor de zekerheid) */
.elementor-widget-heading .elementor-heading-title,
.elementor-button,
.elementor-text-editor {
    font-family: 'Poppins', sans-serif !important;
}
/* BLUE CTA – gericht op jouw funnel CTA classes */
a.wffn-next-link,
.wffn-next-link,
a.wuffy-sticky-btn,
.wuffy-sticky-btn {
  background: #0088FF !important;
  color: #FFFFFF !important;
  border-color: #FF6A00 !important;
  box-shadow: 0 12px 28px rgba(0,0,0,.18) !important;
}

/* Hover / focus */
a.wffn-next-link:hover,
.wffn-next-link:hover,
a.wuffy-sticky-btn:hover,
.wuffy-sticky-btn:hover,
a.wffn-next-link:focus,
.wffn-next-link:focus,
a.wuffy-sticky-btn:focus,
.wuffy-sticky-btn:focus {
  background: #E65100 !important;
  border-color: #E65100 !important;
}/* End custom CSS */