/*! Shipit Toog Theme - base typography & layout
 * (c) 2026 Shipit Digital | https://shipitdigital.nl
 *
 * Provides the typography baseline that the Toog Vastgoed site historically
 * inherited from WoodMart's Jost (headings) + Lato (body) global styles.
 * Once WoodMart is removed, these rules ensure the site looks identical:
 * Tailwind utilities still win because the runtime config sets `important:true`
 * AND because Tailwind utilities are loaded *after* this stylesheet.
 */
.toog-home,.toog-home *,.toog-home *::before,.toog-home *::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:'Lato',system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;font-size:16px;line-height:1.6;color:#767676;background:#ffffff;margin:0}h1,h2,h3,h4,h5,h6{font-family:'Jost',system-ui,Arial,sans-serif;font-weight:800;line-height:1.1;letter-spacing:-0.02em;margin:0 0 0.5em}a{color:inherit;text-decoration:none}img,svg,video{max-width:100%;height:auto;display:block}button{font-family:inherit;font-size:inherit;cursor:pointer;border:0;background:transparent;padding:0}input,textarea,select{font-family:inherit;font-size:inherit}