@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;
}
/************************************************************************************
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-MeIt.woff2') format('woff2');
	font-weight: 500;
	font-style: italic;
}
/************************************************************************************
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-Bd.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}

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

html {
	scrollbar-color: #a0a0a0 transparent;
}

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

em, i {
	font-style: italic;
}

strong, b {
	font-weight: 700;
}

main {
	flex: 1;
}

.page-title {
	margin-top: 1rem;
	font-size: 150%;
}

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

.logo svg {
	width: 48px;
	padding: 0.1rem;
	height: auto;
}

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

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

h1, h2 , h3 {
	padding-top: 0.5rem;
	margin-top: 1rem;
	font-weight: 700;
}

h1 {
	font-size: 125%;
}

h2 {
	font-size: 112.5%;
}

h3 {
	font-size: 100%;
}

p {
	margin-top: 0.5rem;
}

code, pre {
	font-family: "Kerazine", monospace;
	font-size: 16px;
}

pre {
	overflow-x: auto;
	margin-top: 1rem;
	padding: 0.5rem;
	border: 1px solid #d0d0d0;
	background-color: #242424;
	line-height: 1.4;
}

ul, ol {
	list-style-position: outside;
}

li { 
	margin-top: 0.5em;
}

li + li { 
	margin-top: 0.25em;
}

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

nav {
	font-size: 112.5%;
	padding-bottom: 1rem;
	border-bottom: 1px solid #a0a0a0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav-links {
	display: flex;
	gap: 1rem;
}

.nav-links a {
	text-decoration: none;
}

footer {
	margin-top: 2rem;
	padding: 1rem 0;
	border-top: 1px solid #a0a0a0;
	text-align: center;
	color: #a0a0a0;
}
