html, body {
	height: 100%;
}

body, input {
	font-family: system-ui, sans-serif;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

.text-code, code, kbd, pre, samp {
	font-family: "Source Code Pro", "Courier New", Courier, monospace;
}

.relative {
	position: relative;
}

.hidden {
	display: none !important;
}

a.plain-link {
	color: inherit;
}
a.plain-link:link,
a.plain-link:visited {
	text-decoration: none;
	color: inherit;
}
a.plain-link:hover,
a.plain-link:active {
	color: #000;
}
