/*
 * Hartman Schilderwerken — Globale typografie standaard
 * Fonts: Syne (headings) + Outfit (body)
 *
 * REGELS (nooit afwijken in templates):
 * - font-weight headings : altijd 700, NOOIT 800
 * - white-space headings : altijd normal, NOOIT pre-line
 * - Sectie label         : 12px, weight 600, letter-spacing 2px, uppercase
 * - H1 hero              : clamp(2.8rem,6vw,5.5rem), lh 0.95, ls -0.04em
 * - H2 sectie            : clamp(2rem,3.5vw,3rem), lh 1.05, ls -0.04em
 * - H2 groot (cta/intro) : clamp(2.5rem,4.5vw,4rem), lh 1.0, ls -0.04em
 * - H3 kaart/slide       : clamp(1.5rem,2.5vw,2.25rem), lh 1.1, ls -0.035em
 * - Body                 : 17px, weight 400, lh 1.75
 * - Body klein           : 15px, weight 400, lh 1.7
 * - Knop tekst           : 15px, weight 600
 */

/* Voorkom dat WordPress of browser defaults headings overschrijven */
body h1, body h2, body h3, body h4, body h5 {
  font-family: 'Syne', sans-serif;
  font-weight: 700 !important;
  white-space: normal !important;
}
