@font-face {
	font-family: Inter;
	src: url(static/fonts/Inter/Inter-200.woff2) format('woff2'), url(static/fonts/Inter/Inter-200.woff) format('woff'), url(static/fonts/Inter/Inter-200.ttf) format('truetype');
	font-weight: 200;
	font-style:normal
}
@font-face {
	font-family: Inter;
	src: url(static/fonts/Inter/Inter-Regular.woff2) format('woff2'), url(static/fonts/Inter/Inter-Regular.woff) format('woff'), url(static/fonts/Inter/Inter-Regular.ttf) format('truetype');
	font-weight: 400;
	font-style:normal
}
@font-face {
	font-family: Inter;
	src: url(static/fonts/Inter/Inter-600.woff2) format('woff2'), url(static/fonts/Inter/Inter-600.woff) format('woff'), url(static/fonts/Inter/Inter-600.ttf) format('truetype');
	font-weight: 600;
	font-style:normal
}
@font-face {
	font-family: Inter;
	src: url(static/fonts/Inter/Inter-900.woff2) format('woff2'), url(static/fonts/Inter/Inter-900.woff) format('woff'), url(static/fonts/Inter/Inter-900.ttf) format('truetype');
	font-weight: 900;
	font-style:normal
}
.root {
	display: flex;
	flex-direction: column;
	width: 100%;
	position: relative;
}
.logo {
	text-align: center;
}
.title {
	text-align: center;
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    font-size: 40px;
    font-weight: 1000;
    line-height: 48px;
	letter-spacing: -1.5px;
    margin: 0;
	color: #484a50;
}
.content {
	width: 80%;
	text-align: center;
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 26px;
	letter-spacing: -1px;
    margin: 0 auto;
	color: #484a50;
}
.link {
	color: #0099E2;
	text-decoration: none;
}
.link:hover {
	text-decoration: underline;
}