@charset "utf-8";

/* Reset */

html, body, div, span, h1, h2, h3, h4, h5, h6, p,
a, em, img, strong, ul, li, dl, dt, dd, form, label,
table, tbody, tr, th, td, article, figure, footer,
header, nav, section, time, main, button, input, textarea, select {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, figure, footer, header, nav, section, main {
	display: block;
}

ul, li {
	list-style: none;
}

img {
	display: block;
	max-width: 100%;
	border: 0;
}

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

button {
	background: none;
	cursor: pointer;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, textarea, select, button {
	font-family: inherit;
}

/* Reduced motion */

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after {
		animation: none !important;
		transition: none !important;
	}
}
