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

html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body,
h1, h2, h3, h4, p, figure, blockquote, dl, dd, ol, ul {
	margin: 0;
	padding: 0;
}

ul, ol { list-style: none; }

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

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

button {
	appearance: none;
	border: 0;
	background: none;
	padding: 0;
	font: inherit;
	color: inherit;
	cursor: pointer;
}

table { border-collapse: collapse; }

:where(:focus-visible) {
	outline: 2px solid #080059;
	outline-offset: 2px;
}
