@charset "utf-8";

@font-face {
	font-family: 'Hellix';
	src:	url('../fonts/Hellix-Light.eot') format('embedded-opentype'),
		url('../fonts/Hellix-Light.woff') format('woff'),
		url('../fonts/Hellix-Light.woff2') format('woff2');
	font-display: fallback;
	font-style: normal;
	font-weight: 300;
}

@font-face {
	font-family: 'Hellix';
	src:	url('../fonts/Hellix-Regular.eot') format('embedded-opentype'),
		url('../fonts/Hellix-Regular.woff') format('woff'),
		url('../fonts/Hellix-Regular.woff2') format('woff2');
	font-display: fallback;
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: 'Hellix';
	src:	url('../fonts/Hellix-Medium.eot') format('embedded-opentype'),
		url('../fonts/Hellix-Medium.woff') format('woff'),
		url('../fonts/Hellix-Medium.woff2') format('woff2');
	font-display: fallback;
	font-style: normal;
	font-weight: 500;
}

@font-face {
	font-family: 'Hellix';
	src:	url('../fonts/Hellix-Bold.eot') format('embedded-opentype'),
		url('../fonts/Hellix-Bold.woff') format('woff'),
		url('../fonts/Hellix-Bold.woff2') format('woff2');
	font-display: fallback;
	font-style: normal;
	font-weight: 700;
}

body {	display: flex;
	flex-direction: column;
	font-family: "Hellix", Helvetica, sans-serif;
	margin: 0;
	min-height: 100vh;
	padding: 0px;
	background-color: rgba(123, 183, 253, 1);
}

a {	text-decoration: none;
}

img {	margin: 0;
	padding: 0;
}

@media (prefers-color-scheme: dark) {
	html {	scrollbar-color: #6A6A6A rgb(9, 20, 43);
	}

	body {	background-color: rgb(9, 20, 43);
	}
}
