@import url('https://fonts.googleapis.com/css2?family=Coda:wght@400;800&family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/* @import url('https://db.onlinewebfonts.com/c/2206d6cc490084998d531e8c1b2cbb4a?family=Druk+Wide+Bold');
@import url('https://db.onlinewebfonts.com/c/1c45e28f8e86cc89876f003b953cc3e9?family=SF+Pro+Text'); */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html, body {
	position: relative;
	width: 100%;
	height: 100%;

}
body {
	color: #333;
	margin: 0;
	padding: 8px;
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
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;
	outline: none;
}
button:disabled {
	color: #999;
}
button:not(:disabled):active {
	background-color: #ddd;
}
button:focus {
	border-color: #666;
}

/* ----------------------------------------------------------------------------------------- */
/* EDIT */
html {
	margin: 0;
	padding: 0;
    -webkit-touch-callout: auto;
    -webkit-user-select: auto;
    -khtml-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
body {
	margin: 0;
	padding: 0;
	background-color: #fafafa;
	white-space: nowrap;
	overflow-x: hidden;
}

body::-webkit-scrollbar {
	width: 0.5em;
}

body::-webkit-scrollbar-thumb {
	background-color: #A4D9D2;
	border-radius: 0.25em;
}

.link {
	cursor: pointer;
}