/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.testo-logo {
	font-family: "Bangers", system-ui;
	font-weight: 400;
	font-style: normal;
	color: #FFD700;
}

.bg-yellow-primary {
	background-color: #FFD700 !important;
}

.font-yellow-primary {
	color: #FFD700 !important;
}

.min-vh-15 {
	min-height: 13vh !important;
}
