	font-family: 'Barlow', 'Barlow Daxko', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
/* Fix dropdowns in Staff page dark mode */
html[data-theme="dark"] select, body.dark select {
	background: #222 !important;
	color: #fff !important;
}
html[data-theme="dark"] select option, body.dark select option {
	background: #222 !important;
	color: #fff !important;
}
/* Make WhoAmI dropdown menu totally opaque */
.dropdownMenu {
	background: #fff !important;
	opacity: 1 !important;
}
html[data-theme="dark"] .dropdownMenu {
	background: #222 !important;
	opacity: 1 !important;
}
body.light .dropdownMenu, html[data-theme="light"] .dropdownMenu {
	background: #fff !important;
	opacity: 1 !important;
}
