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

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

ul {
	list-style: none;
	padding: 0;
}

body {
	text-rendering: optimizeSpeed;
	line-height: 1.4;
	min-height: 100vh;
}

a {
	text-decoration: none;
}

a:not([class]) {
	text-decoration-skip-ink: auto
}


img,
picture {
	max-width: 100%;
}

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

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

/* 
@media(prefers-reduced-motion:reduce) {
	html:focus-within {
		scroll-behavior: auto
	}

	*,
	*::before,
	*::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
		scroll-behavior: auto !important
	}
} */