@font-face {
	font-family: 'Kerazine';
	src: url('kerazine/Kerazine-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Kerazine';
	src: url('kerazine/Kerazine-Oblique.woff2') format('woff2');
	font-weight: 400;
	font-style: oblique;
	font-display: swap;
}

/************************************************************************************
The fonts have been licenced from Rosetta Type Foundry: https://rosettatype.com/
Use and distribution is limited by the fonts EULA: https://rosettatype.com/license
Please, keep this notice included next to all @font-face rules which use the fonts.
*************************************************************************************/
@font-face {
	font-family: "Skolar Sans PE Web";
	src: url('skolar/SkolarSansPEWeb-Me.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scrollbar-color: #969687 transparent;
}

body {
	font-size: 32px;
	font-weight: 500;
	font-family: "Skolar Sans PE Web", sans-serif;
	line-height: 1.35;
	background-color: #141414;
	color: #d0d0d0;
	max-width: 12ch;
	margin: 0 auto;
	padding: 0.5rem;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	font-kerning: normal;
	font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "ss04" 1, "ss14" 1;
}

em, i {
	font-style: italic;
}

strong, b {
	font-weight: 700;
}

main {
	flex: 1;
}

.hero {
	margin-top: 20vh;
	margin-bottom: 2rem;
	text-align: center;
}

.box {
	margin-bottom: 1rem;
	padding: 1rem 2rem;
	border: 1px solid #d0d0d0;
}

.logo {
	color: inherit;
	display: inline-flex;
}

.logo svg {
	width: 120px;
	height: auto;
}

h1 {
	margin-bottom: 1rem;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	color: #141414;
	background-color: #d0d0d0;
}

ul {
	margin-left: 0.75rem;
	list-style-type: '> ';
}
