/* Minimal, opinionated normalisation. No resets that fight Gutenberg output. */
*,
*::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.001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.001ms !important;
		scroll-behavior: auto !important;
	}
}

body,
h1, h2, h3, h4, h5, h6,
p, figure, blockquote, dl, dd, ol, ul { margin: 0; }

ol[class], ul[class] { padding: 0; list-style: none; }

img, picture, video, canvas, svg, iframe { display: block; max-width: 100%; }
img { height: auto; border-style: none; }

input, button, textarea, select { font: inherit; color: inherit; }
button { background: none; border: 0; cursor: pointer; }

table { border-collapse: collapse; width: 100%; }

a { color: inherit; }

hr { border: 0; border-top: 1px solid var(--hp-color-border); margin: var(--hp-space-lg) 0; }

[hidden] { display: none !important; }
