/**
 * User-facing app — final layer after ynaps_uni_style.css.
 * Deep night navy (#001533) page chrome and content well (client after ref).
 */
html body {
	background-color: #001533 !important;
	color: #fff !important;
}

body > .wrapper {
	background-color: #001533;
}

body .wrapper #content {
	background-color: #001533;
	min-height: 100vh;
}
