:root {
	--bs-primary: #00519e;
	--bs-primary-rgb: 0, 81, 158;

	--bs-body-font-size: 1.5rem;
}

body {
	background-color: #ffffff;
	background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/assets/images/schuelerhilfe-logo-beste-lokal_ohne_lasche.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: contain;
}

.btn-primary {
	--bs-btn-bg: var(--bs-primary);
	--bs-btn-border-color: var(--bs-primary);
}

.opacity-95 {
	opacity: 0.95;
}

.opacity-97 {
	opacity: 0.97;
}
