/*
Theme Name: DTH Premium
Theme URI: https://digitaltechhub.nl
Author: Digital Tech Hub BV
Author URI: https://digitaltechhub.nl
Description: Custom WooCommerce thema voor Digital Tech Hub BV (DTHBV) — premium telefoonaccessoires en refurbished mobiele apparaten, met een besloten B2B-omgeving voor zakelijke klanten.
Version: 1.0.0
Requires at least: 6.3
Requires PHP: 7.4
Tested up to: 6.6
Text Domain: dth-premium
Tags: e-commerce, woocommerce, custom-colors, custom-logo, custom-menu, translation-ready, one-column, two-columns
*/

/* ==========================================================================
   Dit bestand bevat alleen de verplichte WordPress-thema header en een
   minimale reset. De volledige styling staat in assets/css/main.css
   zodat het overzichtelijk en makkelijk uit te breiden blijft.
   ========================================================================== */

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

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

body {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	text-decoration: none;
	color: inherit;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

button {
	font: inherit;
	color: inherit;
	cursor: pointer;
}
