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

* {
		font: inherit;
		padding: 0;
		margin: 0;
		outline: transparent;
}

html,
body {
		height: 100%;
}

body {
		min-height: 100vh;
}

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

button {
		border: none;
		cursor: pointer;
}

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

a, span {
		display: inline-block;
}
/*# sourceMappingURL=reset.css.map */