/*
Theme Name:  SDG Drive
Theme URI:   https://factory6.nl
Description: Minimaal thema voor het SDG Drive platform. Geen header, geen footer, geen rommel — alleen het canvas.
Version:     1.0.0
Author:      Factory6 Media House
Author URI:  https://factory6.nl
Text Domain: sdg-drive-theme
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html, body {
	width: 100%;
	height: 100%;
	background: #080503;
	color: #f0e8d8;
	font-family: 'DM Sans', system-ui, sans-serif;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

/* Admin bar ruimte wegnemen */
#wpadminbar { position: fixed !important; }
html.wp-toolbar { padding-top: 0 !important; }
body.admin-bar { margin-top: 32px; }
@media screen and (max-width: 782px) {
	body.admin-bar { margin-top: 46px; }
}

/* Geen standaard WordPress marges */
.wp-site-blocks, #page, #content, #main, main, .site-content { margin: 0 !important; padding: 0 !important; }

a { color: #8b3a2a; }
img { max-width: 100%; height: auto; display: block; }
