@font-face {
	font-family: 'Aeonik Regular';
	font-weight: 400;
	src: url('./fonts/AeonikPro-Regular.otf') format('opentype');
}

@font-face {
	font-family: 'Aeonik Medium';
	font-weight: 500;
	src: url('./fonts/AeonikPro-Medium.otf') format('opentype');
}

@font-face {
	font-family: 'KH Interference';
	src: url('./fonts/KHInterference-Regular.ttf') format('truetype');
}

body {
	font-family: 'Aeonik Regular', sans-serif;

	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	font-size: 1rem;
}

svg {
	height: 1.2rem;
}

hr {
	/* reset */
	border: none;
	border-top: 1px solid #ebebeb;
	margin: 1rem 0;
}

main {
	width: 80%;
	max-width: 600px;
}

.checkpoint {
	font-family: 'KH Interference', monospace;
}

.font-md {
	font-family: 'Aeonik Medium', sans-serif;
	font-weight: 500;
}
