:root, 
:before, 
:after {
	--bs-heading-color: #fefefe;
}
body {
	background-color: #0d0f17;
	color: #fff;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.hero {
	height: 100vh;
}

.text-muted-light {
	color: rgba(255,255,255,0.8);
}

.section-padding {
	padding: 100px 0;
}

.card-dark {
	background: #0f0f0f;
	border: 1px solid rgba(255,255,255,0.05);
height: 100%;
}

footer {
	background: #050505;
}