
/* Minimal reset (mobile-first). */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body {
	height: 100%;
}

body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

button {
	font: inherit;
	color: inherit;
}

img {
	display: block;
	max-width: 100%;
}

