/*
	Base
*/

body {
	font-size: 13px;
	line-height: 22px;
	-webkit-font-smoothing: antialiased;
	word-spacing: 0;
	letter-spacing: 0;
	background: #22212b;
	color: #fff;
}

body, input, button, textarea {
	font-family: Oxygen, Arial, sans-serif;
}

hr.dark {
	border-color: rgba(0%, 0%, 0%, 0.3);
	border-width: 2px;
}

hr.light {
	border-color: rgba(100%, 100%, 100%, 0.1);
	border-width: 2px;
}