:focus:not(.focus-visible) {
	outline: none;
}

:focus:not(:focus-visible) {
	outline: none;
}

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

body {
	font-family: sans-serif;
	margin: 0;
}
