<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/******************* Background ********************/

		
	html { 
		background: #f8f8f8  center top no-repeat;
	}
	
			
	#Wrapper, .widget-area-bottom {
		background-color: #ffffff;
	}
	
	

/********************** Fonts **********************/

 	body, button, input[type="submit"], input[type="reset"], input[type="button"],
	input[type="text"], input[type="password"], input[type="email"], textarea, select {
		font-family: Varela Round, Arial, Tahoma, sans-serif;
		font-weight: normal;
	}
	
	#menu &gt; ul &gt; li &gt; a {
		font-family: Luckiest Guy, Arial, Tahoma, sans-serif;
		font-weight: normal;
	}
	
	h1 {
		font-family: Varela Round, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	h2 {
		font-family: Varela Round, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	h3 {
		font-family: Varela Round, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	h4 {
		font-family: Varela Round, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	h5 {
		font-family: Varela Round, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}
	
	h6 {
		font-family: Varela Round, Arial, Tahoma, sans-serif;
		font-weight: 300;
	}


/********************** Font sizes **********************/

/* Body */

	body {
		font-size: 14px;
				line-height: 21px;		
	}
	
	#menu &gt; ul &gt; li &gt; a {	
		font-size: 16px;
	}
	
/* Headings */

	h1 { 
		font-size: 40px;
				line-height: 40px;
	}
	
	h2 { 
		font-size: 36px;
				line-height: 36px;
	}
	
	h3 {
		font-size: 28px;
				line-height: 30px;
	}
	
	h4 {
		font-size: 16px;
				line-height: 20px;
	}
	
	h5 {
		font-size: 8px;
				line-height: 13px;
	}
	
	h6 {
		font-size: 9px;
				line-height: 11px;
	}
</pre></body></html>