/*
Theme Name: WIMIP Theme
Theme URI: https://watismijnipadres.net
Author: Daniël
Author URI: https://watismijnipadres.net
Description: Ultra-licht thema voor WIMIP tools en content.
Version: 1.0.0
Text Domain: wimip
*/

html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }

html, body { height: 100%; }
body {
  margin: 0;
  color: #111;
  background: #fff; /* wordt overschreven door .wimip-bg van de plugin/shortcode */
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial, sans-serif;
  line-height: 1.5;
}

.container { width: min(1100px, 92vw); margin: 0 auto; padding: 24px; }

h1, h2, h3 { margin: 0 0 .6rem; line-height: 1.2; font-weight: 700; }
p { margin: 0 0 1rem; }
ul { margin: .6rem 0 1rem; padding-left: 1.25rem; }
img { max-width: 100%; height: auto; display: block; }

/* Full width voor tool pagina */
body.has-wimip-tool .container{
  width: 100%;
  max-width: none;
  padding: 0;
}