/* ============================================
   Font Fix - Replace Museo Sans & Proxima Nova
   with Google Fonts alternatives
   ============================================ */

/* Override alle font-family declaraties */
*,
*::before,
*::after {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

/* Condensed variants voor Proxima Nova replacements */
[style*="Proxima nova condensed"],
[style*="Proxima nova extra condensed"],
.heading-14,
.heading-15,
.heading-17,
.heading-13,
.heading-12,
h1, h2, h3, h4, h5, h6 {
  font-family: 'Barlow Condensed', 'Inter', sans-serif !important;
  font-weight: 700 !important;
}
