/* CSS Document */
:root {
	--bs-body-bg: rgb(16,18,23)
}


* {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	font-size: 20px
}

header a {
	font-weight: 600 !important;
	color: white;
	font-size: 1.11rem
}

a:hover {
	color: red !important;
	text-decoration: underline;
	transition-duration: 0.6s;
	transition-delay: 0s;
	text-underline-offset: 8px;
}

.backdrop-blur {
	backdrop-filter: blur(10px);
	background-color: rgba(0,0,0,0.5)
}