<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** cognito forms styling ***/
/* must do !important on everything to overide all their styles */

/* form title (header) */
.cog-form .cog-heading {
	font-family: "Aleo", serif !important
}

/* input labels */
.cog-form .cog-label {
	font-family: "Roboto", sans-serif !important;
	font-size: 15px !important;
}

/* submit button */
.cog-form .cog-button--submit {
	background: #fbba37 !important;
	border: none !important;
	font-family: "Roboto", sans-serif !important;
	text-transform: uppercase !important;
	color: #000 !important;
	padding: 6px 15px !important;
	font-weight: bold !important;
	font-size: 13px !important;
}</pre></body></html>