@font-face {
	font-family: 'Redaction 20';
	src: url('/fonts/Redaction_20-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Mondwest';
	src: url('/fonts/fs-mondwest-regular.otf.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

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

html, body {
	height: 100%;
}

body {
	font-family: 'Mondwest', Georgia, serif;
	background: #edeff2;
	color: #000000;
	line-height: 1.2;
	font-size: 45px;
	letter-spacing: 0.01em;
	word-spacing: 0.15em;
	white-space: normal;
}

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

a:hover {
	opacity: 0.6;
}

::selection {
	background: #000000;
	color: #faf9f7;
}
