/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


html, body {
    background: #f9f5f2 ;
}

@font-face {
	font-family: 'Chocolate';
	src: url('fonts/Chocolate.ttf') format('ttf') ;
}

h2 {
	font-family: 'Chocolate' !important ;
	text-transform: none !important ;
}

.rosa {
	color: #E2ADA5 !important;
}

.oro {
	color: #BA9F6A !important;
}

.gris {
	color: #808080 !important;
}