/*
Theme Name: Schnitter
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

html, body, p {
	font-family: 'Delicious', sans-serif;
	font-weight: normal;
}

h1, h2, h3, h4, h5 {
	font-family: 'Delicious', sans-serif;
	font-weight: bold;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}