@font-face {
	font-family: Custom;
	src: url('../inc/fonts/NotoSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Custom;
	src: url('../inc/fonts/NotoSans-Bold.ttf') format('truetype');
	font-weight: bold;
}

body {
	font-family: Custom, sans-serif, Arial, Verdana;
	font-size: 12px;
	margin: 0px;
	text-align: left;
	padding: 5px;
	background-color: #242629;
	color: #D3D3D3;
}

::-webkit-scrollbar { width: 10px; height: 3px; }
::-webkit-scrollbar-button { width: 0px; height: 0px;  }
::-webkit-scrollbar-track-piece { background-color: #242629; }
::-webkit-scrollbar-thumb { height: 3px; background-color: #3a3c43; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background-color: #4d515a; }

a.link:link {
	color: #AFF1BC;
	text-decoration: none;
}

a.link:visited {
	color: #AFF1BC;
	text-decoration: none;
}

a.link:hover {
	color: #AFF1BC;
	text-decoration: underline;
}

.font {
	color: #AFF1BC;
}
