body {
	font-family: Inter;
}

@font-face {
	font-family: "Null";
	src: url("/static/fonts/null.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
}

.nav-brand a {
	display: flex;
	color: #7070ff;
	text-decoration: none;
	align-items: center;
}

.nav-name {
	font-family: "Null";
	font-size: 24px;
	fill: #7070ff;
	white-space: pre;
}
