body {
	font-family: 'Source Sans Pro', 'Helvetica Neue', arial;
	color: #333;
	padding: 2em 1em 4em 1em;
	max-width: 48em;
	margin: 0 auto;
	overflow-x: hidden;
}

h1 {
	font-weight: 700;
	font-size: 4em;
	margin: 0 0 0.5em 0;
}

pre, code {
	font-family: 'Inconsolata';
}

pre {
	background-color: #f4f4f4;
	background-image: url(noise.png);
	padding: 1em;
	overflow-x: auto;
}

a {
	color: #0074D9;
}

a:visited {
	color: #85144b;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/Source_Sans_Pro/SourceSansPro-Semibold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/Source_Sans_Pro/SourceSansPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/Source_Sans_Pro/SourceSansPro-Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Inconsolata';
    src: url('fonts/Inconsolata/inconsolata-regular-webfont.eot');
    src: url('fonts/Inconsolata/inconsolata-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Inconsolata/inconsolata-regular-webfont.woff') format('woff'),
         url('fonts/Inconsolata/inconsolata-regular-webfont.ttf') format('truetype'),
         url('fonts/Inconsolata/inconsolata-regular-webfont.svg#inconsolataregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inconsolata';
    src: url('fonts/Inconsolata/inconsolata-bold-webfont.eot');
    src: url('fonts/Inconsolata/inconsolata-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Inconsolata/inconsolata-bold-webfont.woff') format('woff'),
         url('fonts/Inconsolata/inconsolata-bold-webfont.ttf') format('truetype'),
         url('fonts/Inconsolata/inconsolata-bold-webfont.svg#inconsolatabold') format('svg');
    font-weight: 500;
    font-style: normal;
}