:root {
	font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;

	color-scheme: light dark;
	color: rgba(255, 255, 255, 0.87);
	background-color: #242424;

	font-synthesis: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

a {
	font-weight: 500;
	color: #646cff;
	text-decoration: inherit;
}
a:hover {
	color: #535bf2;
}

body,
#app {
	margin: 0;
	width: 100%;
	height: 100vh;
}

.page-title {
	position: absolute;
	text-align: center;
	font-size: 2rem;
	margin: 1rem 0px;
	top: 0px;
	width: 100%;
	pointer-events: none;
}

.page-title-logo {
	height: 32px;
	display: inline;
	pointer-events: auto;
	border-radius: 100px;
}

.page-title-text {
	margin-left: 1rem;
	color: white;
	pointer-events: auto;
}
