/* ----------------------------------------------------------------
	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: 'Buffalo';
	src: url('fonts/Buffalo.otf') format('otf') ;
}

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

.rosa {
	color: #F2A589 !important ;
}

.cafe {
	color: #541C0A !important ;
}

ul {
	text-align: left !important ;
	list-style-type:none !important ;
}