body { background-color: #383333; font-family: 'Inria Sans', sans-serif; }
a { color: inherit; }
/* Override Bootstrap's default 0.5 modal backdrop opacity: */
.modal-backdrop { opacity: 0.85 !important; }
.modal { cursor: zoom-out; }
.modal-content { cursor: default; }

h1 {
	/* font-family: 'Lobster', cursive; */
	font-size: clamp(1.6rem, 5vw, 2.2rem);
	color: #ffffff;
	font-weight: 700;
}

h2 {
	color: #ffffff;
	font-weight: 700;
}

h3 {
	font-size: 1.3rem;
	font-weight: 700;
}

.search-widget-dropdown a:hover {
	background: var(--bs-tertiary-bg, #f0f0f0);
}

