:root {
	font-family: "Outfit", sans-serif;
	font-size: 16px;
}
h1, h2, h3 {
	font-family: "Quicksand", sans-serif;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0.3em;
}

hr {
	border: none;
	height: 1px;
	background-color: black;
	opacity: 0.3;
	margin: 5px -10px;
}
.list-label {
	margin-bottom: 0px;
	opacity: 0.5;
}
.error {
	color: red;
}
a {
	color: hsl(208.23deg 100% 50%);
}


.material-symbols-rounded {
	font-variation-settings:
	'FILL' 1,
	'wght' 400,
	'GRAD' 0,
	'opsz' 24
  }