@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600);

body {
	color: #333;
	background: #fff;
	font: 13px/1.5 'Open Sans', 'Arial', 'Liberation Sans', FreeSans, sans-serif;
	width: 100%;
	height: 100%;
}

pre,
code {	font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace; }

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 { font-size: 1.25em; }
h2 { font-size: 1.125em; }
h3 { font-size: 1em; }
h4 { font-size: 0.875em; }
h5 { font-size: 0.8125em; }
h6 { font-size: 0.75em; }

h1, h2, h3, h4, h5, h6{	font-weight: normal; }

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol { list-style: decimal; }
ul { list-style: disc; }
li {
	list-style: none inside;
}

a { color: inherit; }


.title {
	font: 1.125em/1.5 'PT Sans', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

.semi-bold { font-weight: 500 }