@font-face: {
	font-family: "Noto Sans";
	src: url("/assets/fonts/NotoSans-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face: {
	font-family: "Noto Sans";
	src: url ("/assets/fonts/NotoSans-Bold.woff2") format ("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

body {
	background-color: #1e1e2e;
	font-family: "Noto Sans", system-ui, sans-serif;
	font-weight: 400;
}

h1 {
	color: #74c7ec;
	font-weight: 700;
}

p {
	color: #cdd6f4;
}

.center {
	text-align: center;
}
