/* Theme: Education — Fris groen/blauw, gestructureerd */
body.theme-education { font-family: var(--w-font); background: var(--w-bg); color: var(--w-text); }
body.theme-education .site-header { background: var(--w-header-bg); }
body.theme-education .site-brand { color: var(--w-header-text); font-weight: 700; }
body.theme-education .site-logo { filter: brightness(0) invert(1); }
body.theme-education .site-nav a { color: rgba(255,255,255,0.85); }
body.theme-education .site-nav a:hover { color: var(--w-nav-hover); }
body.theme-education .site-footer { background: var(--w-footer-bg); color: var(--w-footer-text); }
body.theme-education h1, body.theme-education h2, body.theme-education h3 { font-family: var(--w-font-heading); font-weight: 700; }
