@font-face {
	font-family: "Courier Prime";
	src: local("Courier Prime Italic"),local("CourierPrime-Italic"),url(CourierPrime-Italic.woff2)format("woff2"),url(CourierPrime-Italic.woff)format("woff");
	font-weight: 400;
	font-style: italic;
	font-display: swap
}

@font-face {
	font-family:"Courier Prime";src:local("Courier Prime Bold"),local("CourierPrime-Bold"),url(CourierPrime-Bold.woff2)format("woff2"),url(CourierPrime-Bold.woff)format("woff");font-weight:700;font-style:normal;font-display:swap
}

@font-face {
	font-family:"Courier Prime";src:local("Courier Prime Regular"),local("CourierPrime-Regular"),url(CourierPrime-Regular.woff2)format("woff2"),url(CourierPrime-Regular.woff)format("woff");font-weight:400;font-style:normal;font-display:swap
}

@font-face {
	font-family:"Courier Prime";src:local("Courier Prime Bold Italic"),local("CourierPrime-BoldItalic"),url(CourierPrime-BoldItalic.woff2)format("woff2"),url(CourierPrime-BoldItalic.woff)format("woff");font-weight:700;font-style:italic;font-display:swap
}

body {
	font-family: "Courier Prime";
	overflow: hidden;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: .5px;
	color: #171717;
	background-color: #fff
}

.main {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

a {
	color: #f0abfc;
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

@media (prefers-color-scheme:dark) {
	body {
		background-color: #171717;
		color: #fff
	}
}