html, body, div, h1, h2, h3, h4, h5, h6, p, pre, ol, ul, li, span {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

html, body {
	font-family: 'Fira Sans';
	font-size: 14px;
	font-weight: 300;
	width: 100%;
	height: 100%;
	min-height: 600px;
}

input, textarea, button, select {
	font-family: 'Fira Sans';
	font-size: 14px;
	font-weight: 300;
}

pre {
	font-family: 'Fira Code';
	font-size: 14px;
	font-weight: 300;
}

ol, ul {
	list-style: none;
}

a, a:focus, a:visited, a:active, a:hover {
	color: rgb(0, 0, 0);
	outline: 0px;
	text-decoration: none;
}

form {
	margin: 0px;
	padding: 0px;
}