@font-face {
	font-family: 'Chiron GoRound TC';
	src: url('static/ChironGoRoundTC-Light.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Chiron GoRound TC';
	src: url('static/ChironGoRoundTC-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
.back-link {
	margin-top: 2.5rem;
}
.subtitle-link {
	margin-top: 0.7rem;
}
.subtitle-link:first-of-type {
	margin-top: 2.5rem;
}
.subtitle-link a {
	color: inherit;
	text-decoration: none;
	transition: text-decoration 0.2s;
}
.subtitle-link a:hover {
	text-decoration: underline;
}
body {
	min-height: 100vh;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: 'Chiron GoRound TC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 200;
	background: #fff;
	color: #000;
}
.title {
	font-size: 2.8rem;
	font-weight: 300;
	margin-bottom: 0.5rem;
	text-align: center;
}
.subtitle {
	font-size: 1.2rem;
	font-weight: 200;
	text-align: center;
	color: #000;
}

@media (max-width: 600px) {
	.title {
		font-size: 2.4rem;
		margin-bottom: 0.45rem;
	}
	.subtitle {
		font-size: 1.08rem;
	}
	.subtitle-link {
		margin-top: 0.6rem;
	}
	.subtitle-link:first-of-type {
		margin-top: 2rem;
	}
	.back-link {
		margin-top: 2rem;
	}
	body {
		padding: 0 0.5rem;
	}
}
