body.login {
	background: #E8E2D4;
	font-family: "Instrument Sans", system-ui, sans-serif;
}
.login h1 a {
	background-image: none !important;
	text-indent: 0;
	width: auto;
	height: auto;
	font-family: "Bricolage Grotesque", system-ui, sans-serif;
	font-weight: 800;
	font-size: 1.8rem;
	color: #16130E;
}
.login form {
	border: 3px solid #16130E;
	border-radius: 14px;
	box-shadow: 4px 4px 0 #16130E;
	background: #FCF7EB;
}
.wp-core-ui .button-primary {
	background: #FF4A1C !important;
	border: 3px solid #16130E !important;
	border-radius: 12px !important;
	box-shadow: 4px 4px 0 #16130E !important;
	color: #16130E !important;
	text-shadow: none !important;
	font-weight: 800;
}
.login #backtoblog a,
.login #nav a { color: #16130E; }
