/*
 Theme Name:   Divi Child
 Theme URI:    https://happysurinees.nl/
 Description:  Child theme voor Divi 5
 Author:       Jij
 Author URI:   https://trenddigital.nl/
 Template:     Divi
 Version:      1.0.0
 Text Domain:  divi-child
*/

/* Body op Inter (als je die gebruikt) */
body { font-family: Inter, system-ui, sans-serif; }

/* Headings op Commissioner */
h1, h2, h3, h4, h5, h6 {
  font-family: "Commissioner", sans-serif;
}
/* Gewichten per niveau (voorbeeld) */
h1 { font-weight: 900; }   /* Black */
h2 { font-weight: 700; }   /* Bold */
h3 { font-weight: 700; }

/* Accent/CTA op Bangers (spaarzaam) */
.bangers, .cta-title, .hero-kicker {
  font-family: "Bangers", cursive;
  font-weight: 400;
}

/* Voorkom nep-italic/bold */
html { font-synthesis: none; }

/* Altijd uitzetten (alle apparaten) */
.sectieuit { 
  display: none !important;
}

/* Gericht per view */
/* Phone */
@media (max-width: 479px) { 
  .sectieuit--phone { display: none !important; }
}

/* Phone-wide */
@media (min-width: 480px) and (max-width: 767px) { 
  .sectieuit--phone-wide { display: none !important; }
}

/* Tablet (portrait) */
@media (min-width: 768px) and (max-width: 980px) { 
  .sectieuit--tablet { display: none !important; }
}

/* Tablet-wide / small desktop */
@media (min-width: 981px) and (max-width: 1200px) { 
  .sectieuit--tablet-wide { display: none !important; }
}

/* Desktop */
@media (min-width: 1201px) { 
  .sectieuit--desktop { display: none !important; }
}
#hs-loader{ background:#1A1A1A; }
.hs-loader__spinner{ border-color:#333;border-top-color:#fff; }