
/*font-family: interstate, sans-serif;
font-weight: 500;
font-style: normal;*/
/*ext5jrk.css  interstate*/
@import url('https://use.typekit.net/ext5jrk.css'); /*interstate*/

@font-face {
	font-family: "interstate";
	
}

/*Body*/
body {
	font-size: 18px;
	line-height: 1.3em;
	
	font-family: interstate, sans-serif;
	
	color: #2e363c;
	font-weight: 400;
}

/*Paragraphs*/
p {
	font-size: 1em;
	line-height: 1.5em;
	font-family: interstate, sans-serif;
	padding: 0;
	margin: 0;
	
	color: #2e363c;
	font-weight: 400;
}

/*Headings*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: interstate, sans-serif;
	font-weight: 300;
	margin: 0;
	padding: 0;
	color: whitesmoke;
	letter-spacing: .25em;
}

h1 {
	font-weight:900;
	letter-spacing: .25em;
	margin-top: 1em;
	margin-bottom:.3em;
}




/*Buttons*/
button,
a.btn:not([href]):not([tabindex]),
.btn {
	font-family: interstate, sans-serif;
}

