/* =========== FONTS =========== */


/* =========== COLORS =========== */

.bg-primary {
	background-color: #00263e;
}

.bg-secondary {
	background-color: #cee5ef;
}

.bg-muted {
	background-color: #002339;
}

.text-primary {
	color: #00263e;
}

.text-secondary {
	color: #cee5ef;
}