/* Reset moderne — basé sur Andy Bell + Josh Comeau */

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

html { -webkit-text-size-adjust: 100%; tab-size: 4; }

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

body {
	min-height: 100vh;
	line-height: var(--sl-lh-normal);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeSpeed;
}

ul[role='list'], ol[role='list'], .sl-nav, .sl-footer__col ul, .sl-footer__legal-nav, .sl-lang-switcher, .sl-pills, .sl-cards-grid {
	list-style: none;
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	line-height: var(--sl-lh-tight);
	font-family: var(--sl-font-serif);
	color: var(--sl-color-ink-900);
	letter-spacing: var(--sl-tracking-tight);
}

a {
	color: inherit;
	text-decoration-skip-ink: auto;
}

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

input, button, textarea, select {
	font: inherit;
	color: inherit;
}

button { background: none; border: none; cursor: pointer; padding: 0; }

textarea:not([rows]) { min-height: 10em; }

:target { scroll-margin-block: 5ex; }

:focus-visible {
	outline: 3px solid var(--sl-color-accent-500);
	outline-offset: 2px;
}

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