/*
Theme Name: Digi-Motions Parent
Theme URI: https://digi-motions.be
Author: Digi-Motions
Author URI: https://digi-motions.be
Description: Herbruikbaar, veilig parent theme van Digi-Motions. Levert een solide, gehardende basis (security, Customizer met globale sitegegevens, enqueue-systeem, menu's en cleanup) waarop per project een child theme wordt gebouwd. Activeer nooit dit thema rechtstreeks in productie - gebruik altijd een child theme.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: digimotions
*/

/* Het parent theme bevat bewust minimale styling.
   Alle visuele opmaak hoort thuis in het child theme.
   Deze basis bevat enkel een lichte reset zodat het parent
   theme ook standalone bruikbaar/testbaar is. */

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

html { -webkit-text-size-adjust: 100%; }
body { margin: 0; }
img,
picture,
svg { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	word-wrap: normal !important;
}

.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 100000;
	background: #fff;
	color: #000;
	padding: 8px 16px;
}
.skip-link:focus { left: 8px; top: 8px; }
