body {
	margin: 0;
	font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em 0;
	font-weight: 400;
	line-height: 1.2;
}

h1 {
	font-size: 4em;
}

a {
	color: inherit;
}

code {
	font-family: menlo, inconsolata, monospace;
	font-size: calc(1em - 2px);
	color: #555;
	background-color: #f0f0f0;
	padding: 0.2em 0.4em;
	border-radius: 2px;
}

	.highlight a {
		color: #00061C;
		background: #e1ddd3;
		-webkit-background-clip: none;
		-webkit-text-fill-color: #00061C;
	}


@media (min-width: 400px) {
	body {
		font-size: 16px;
	}
}

	@font-face{
		font-family:"Amazon Ember Light";
		src:local("Amazon Ember Light"), 
		local("Amazon-Ember-Light"),
		url("/fonts/AmazonEmber-Light.woff") format('woff');
	}


	@font-face{
		font-family:"Amazon Ember";
		src:local("Amazon Ember"), 
		local("Amazon-Ember"),
		url("/fonts/AmazonEmber-Regular.ttf") format('truetype');
	}

	@font-face{
		font-family:"Amazon Ember Bold";
		src:local("Amazon Ember Bold"), 
		local("Amazon-Ember-Bold"),
		url("/fonts/AmazonEmber-Bold.ttf") format('truetype');
	}

	@font-face{
		font-family:"Gotham";
		src:local("Gotham"), 
		local("Gotham"),
		url("/fonts/GothamSSm-Book.otf") format('opentype');
	}


	@font-face{
		font-family:"Gotham Medium";
		src:local("Gotham Medium"), 
		local("Gotham-Medium"),
		url("/fonts/GothamSSm-Medium.otf") format('opentype');
	}

	@font-face{
		font-family:"Gotham Medium Italic";
		src:local("Gotham Medium Italic"), 
		local("Gotham-Medium-Italic"),
		url("/fonts/GothamSSm-MediumItalic.otf") format('opentype');
	}


	@font-face{
		font-family:"Sectra Light Italic";
		src:local("Sectra Light Italic"), 
		local("Sectra-Light-Italic"),
		url("/fonts/GT-Sectra-Display-Light-Italic.woff") format('woff');
	}

	@font-face{
		font-family:"Sectra";
		src:local("Sectra"), 
		local("Sectra"),
		url("/fonts/GT-Sectra-Display-Light.woff") format('woff');
	}

	@font-face{
		font-family:"Sectra Medium Italic";
		src:local("Sectra Medium Italic"), 
		local("Sectra-Medium-Italic"),
		url("/fonts/GT-Sectra-Display-Medium-Italic.woff") format('woff');
	}
