@import url('https://fonts.googleapis.com/css?family=Inter&display=swap');
body, body * {font-family: 'Inter', sans-serif !important;}

.publicLogo.custom {
	width: 200px !important;
}

.header a.publicLogo {
	height: 75px !important;
}
@media all and (min-width: 800px) {
	.header a.publicLogo {
	height: 100px !important;
}
}

.header.asleep a.publicLogo.custom {
	top: -33px !important;
}

@media all and (max-width: 1440px) {
	.standalone .headerSubtitle, .standalone .headerTitle {
	margin-left: 125px !important;
}
}

.standalone .header .publicLogo.custom {
	top: -15px !important;
}