@view-transition {
	navigation: auto;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font-family: Lexend, sans-serif;
	background-color: var(--surface);
	color: var(--on-surface);
}

footer {
	width: 100%;
	padding: 0.5em;
}

h1 {
	font-family: Lexend Exa, sans-serif;
}

a {
	text-decoration: none;
	color: var(--primary);
}

a:hover {
	text-decoration: underline;
}

em {
	font-weight: 600;
	font-style: normal;
}