html{
	border: 1px solid black;
}

@font-face {
	font-family: "Noto Sans Regular";
	src: local("Noto Sans Regular"), url("fonts/NotoSans-Regular.ttf") format("TrueType");
}

@font-face {
	font-family: "Noto Sans Mono";
	src: local("Noto Sans Mono"), url("fonts/NotoSansMono-VariableFont_wdth\,wght.ttf") format("TrueType");
}

@font-face {
	font-family: "Noto Sans Display";
	src: local("Noto Sans Display"), url("fonts/NotoSansDisplay-VariableFont_wdth\,wght.ttf") format("TrueType");
}

body {
	color: #333;
	background-color: #1e1e1e;
	overflow-x: hidden;
	font-family: "Noto Sans", sans-serif;
  font-weight: normal;
  font-size: 0.9rem;
}

body.modal-open{
	overflow-y: hidden;
}

a {
	color: rgb(0,100,200);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: rgb(0,80,160);
}

label {
	display: block;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	-webkit-padding: 0.4em 0;
	padding: 0.4em;
	margin: 0 0 0.5em 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
}

input:disabled {
	color: #ccc;
}

button {
	color: #333;
	background-color: #f4f4f4;
}

button:disabled {
	color: #999;
}

button:focus {
	border-color: #666;
}

.domain {
	font-family: "Noto Sans Mono";
	font-stretch: condensed;
}
