/* ----------------------------------------------------------------
	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 ;
}

