@font-face {
    font-family: 'NotoSans';
    src: url('/fonts/NotoSans.ttf') format("truetype");
}

@font-face {
    font-family: 'Satoshi';
    src: url('/fonts/Satoshi.ttf') format("truetype");
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto.ttf') format("truetype");
}

html, body {
	margin: 0;
    padding: 0;
	height: 100dvh;
	width: 100dvw;
	background-color: #0a0a0a;
	position: relative;
    color: #fefefe;
    font-family: 'NotoSans';
}
