/* === File: styles/reset.css === */
* {
	box-sizing: border-box;
}
html, body {
	height: 100%;
}
body {
	margin: 0;
}
img, svg, video {
	max-width: 100%;
	height: auto;
}
a {
	color: inherit;
}
button, input, select, textarea {
	font: inherit;
}
