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

/* body {
	color: #333;
	margin: 0;
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	
	background: linear-gradient(21.32deg, #010212 0%, #2B2C38 49%, #717177 100%);
	background-attachment: fixed;
} */

body {
	overflow: hidden;
}

/* ::-webkit-scrollbar {
	display: none !important;
}

main {
	-ms-overflow-style: none !important;
	scrollbar-width: none !important;
	overflow: -moz-scrollbars-none;
}

main::-webkit-scrollbar {
	display: none !important;
} */

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;
	outline: none;
}

button:disabled {
	color: #999;
}

button:not(:disabled):active {
	background-color: #ddd;
}

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

/* CUSTOM COLORS */
.bg-green {
	background-color: #31fab1 !important;
}

.green {
	color: #31fab1 !important;
	-webkit-text-fill-color: #31fab1 !important;
	/* Required for Safari */
}


/* CUSTOM FONTS */
.space-mono {
	font-family: "Space Monot", monospace !important;
}

.space-grotesk {
	font-family: "Space Grotesk", monospace !important;
}

@font-face {
	font-family: "Space Mono";
	src: url("/assets/fonts/space_mono/SpaceMono-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Space Mono";
	src: url("/assets/fonts/space_mono/SpaceMono-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Space Mono";
	src: url("/assets/fonts/space_mono/SpaceMono-Italic.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "Space Mono";
	src: url("/assets/fonts/space_mono/SpaceMono-BoldItalic.ttf") format("truetype");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "Space Grotesk";
	src: url("/assets/fonts/space_grotesk/SpaceGrotesk-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

.inter-thin {
	font-family: 'Inter', sans-serif;
	font-weight: 100;
	font-style: normal;
}

.inter-extralight {
	font-family: 'Inter', sans-serif;
	font-weight: 200;
	font-style: normal;
}

.inter-light {
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-style: normal;
}

.inter {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-style: normal;
}

.inter-medium {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-style: normal;
}

.inter-semibold {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-style: normal;
}

.inter-bold {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-style: normal;
}

.inter-extrabold {
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	font-style: normal;
}

.inter-black {
	font-family: 'Inter', sans-serif;
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('/assets/fonts/inter/Inter-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('/assets/fonts/inter/Inter-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('/assets/fonts/inter/Inter-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('/assets/fonts/inter/Inter-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('/assets/fonts/inter/Inter-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('/assets/fonts/inter/Inter-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('/assets/fonts/inter/Inter-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('/assets/fonts/inter/Inter-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('/assets/fonts/inter/Inter-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}