@import url("https://use.typekit.net/mci7hlc.css");

body{
	#background-color: #ffffff;
	background-color: #1ed0d0;
	#background: linear-gradient(to bottom, #e6eaf0, rgba(255, 255, 255, 0.3));
	margin: 0;
	
    font-size: 0px;		/* set font=0 to remove in-line whitespace */
    font-family: filson-soft, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #ffffff;
}
h1{
	font-family: filson-pro, sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #ffffff;
}
h2, h3, h4{
	font-family: filson-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #ffffff;
}
p, a{
	font-family: filson-soft, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.4em;
	color: #ffffff;
}
p.small{
	font-family: filson-soft, sans-serif;
	font-weight: 700;
	font-style: normal;
}
a.small{
	font-family: filson-soft, sans-serif;
	font-weight: 700;
	font-style: normal;
}
a.white{
	color: #ffffff;
}

:root {
  font-size: 18px;		/* default font size (1 rem) for 2560 resolution */
}
section {
  font-size: 18px;		/* set default font size for content in <section> container */
}
h1{font-size: 1.8rem;}
h2{font-size: 1.6rem;}
h3{font-size: 1.4rem;}
h4{font-size: 1.2rem;}
p{font-size: 1rem;}
p.form{font-size: 0.8rem;}
p.small{font-size: 0.8rem;}
p.bold{font-weight: 700;}

a.button{
	font-family: filson-pro, sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #f2eeeb;
	text-decoration: none;
}

/**/
