@charset "UTF-8";
/* text styles */

/*colors

darkgreen #615A2E
lightgreen #AAC299

black #382612
tan #E5C8A5
cream #F8E4CC
white #FEFBFA

salmon #DA6B59
yellow #FFCA69

*/

h1,h2,h3,h4,h5,h6,p{
	color: #382612
}

specialty{
	font-family: kolo-lp-narrow, sans-serif;
	font-weight: 400; /* regular */
	font-style: normal;	
	font-size: 60px;
	color: #615A2E
}

h1{ /* section titles */
	font-family: "josefin-sans", sans-serif;
	font-weight: 600; /* semibold */
	font-style: normal;
	font-size: 30px;
	text-align: left;
}

h2{ /* subsection titles */
	font-family: "josefin-sans", sans-serif;
	font-weight: 600; /* semibold */
	font-style: normal;
	font-size: 22px;
}

p{	/* paragraph */
	font-family: "josefin-sans", sans-serif;
	font-weight: 400; /* regular */
	font-style: normal;
	font-size: 17px;
}

h3{ /* item names */
	font-family: "josefin-sans", sans-serif;
	font-weight: 600; /* semi */
	font-style: normal;
	font-size: 17px;
	padding-bottom: 10px
}

h4{	/* buttons */
	font-family: "josefin-sans", sans-serif;
	font-weight: 600; /* semi */
	font-style: normal;
	font-size: 16px;
}

.salmon{	/* price, size, buttons */
	color: #DA6B59;
}

h5{	/* breadcrumbs and tiny details */
	font-family: "josefin-sans", sans-serif;
	font-weight: 400; /* reg */
	font-style: normal;
	font-size: 12px;
	color: #615A2E;
}

h6{	/* buttons */
	font-family: "josefin-sans", sans-serif;
	font-weight: 700; /* bold */
	font-style: normal;
	font-size: 16px	
}

span{
	font-family: "josefin-sans", sans-serif;
	font-weight: 400; /* regular */
	font-style: normal;
	font-size: 17px;	
}

