/*
 * Minimal reset. Normalizes browser defaults; structural header/footer
 * layout lives in layout.css, and Elementor's Global Kit still owns
 * section/typography/spacing styling for any page edited with Elementor.
 */
*, *::before, *::after {
	box-sizing: border-box;
}

body {
	margin: 0;
}

img, picture, video, canvas, svg {
	display: block;
	max-width: 100%;
}

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