@font-face {
	font-family: 'Dead Genre';
	src: url('../fonts/DeadGenre.ttf');
}

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

body {
	background-color: #28232b;
	color: #f7f6f3;
	font-family: "Varela Round";
	line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
}

.container {
	padding: 1em;
	margin: 1em auto;
	max-width: 1200px;
	width: 100%;
}

.title {
	font-size: 1.4em;
}

.content {
	line-height: 1.4;
}

.content > *:not(:last-child) {
	margin-bottom: 1rem;
}

ul, li, ol {
	display: block;
	list-style: none;
}

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