@font-face {
	font-family: "Rediviva";
	font-display: swap;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	src: url("/assets/fonts/RedivivaZierbuchstaben.woff2") format("woff2");
}

@font-face {
	font-family: "Cinzel";
	font-display: swap;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	src: url("/assets/fonts/Cinzel.woff2") format("woff2");
}

@font-face {
	font-family: "Crimson Pro";
	font-display: swap;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	src: url("/assets/fonts/CrimsonPro.woff2") format("woff2");
}

@font-face {
	font-family: "Crimson Pro";
	font-display: swap;
	font-weight: 400;
	font-stretch: normal;
	font-style: italic;
	src: url("/assets/fonts/CrimsonProItalic.woff2") format("woff2");
}

@font-face {
	font-family: "Courier Prime";
	font-display: swap;
	font-weight: 400;
	font-style: normal;
	src: url("/assets/fonts/CourierPrime-Regular.woff2") format("woff2");
}

@font-face {
	font-family: "Courier Prime";
	font-display: swap;
	font-weight: 400;
	font-style: italic;
	src: url("/assets/fonts/CourierPrime-Italic.woff2") format("woff2");
}

@font-face {
	font-family: "Courier Prime";
	font-display: swap;
	font-weight: 700;
	font-style: normal;
	src: url("/assets/fonts/CourierPrime-Bold.woff2") format("woff2");
}

@font-face {
	font-family: "Courier Prime";
	font-display: swap;
	font-weight: 700;
	font-style: italic;
	src: url("/assets/fonts/CourierPrime-BoldItalic.woff2") format("woff2");
}

body {
	max-width: 1000px;
	margin: 0 auto;
	background-color: #22211f;
	font-family: "Crimson Pro";
	font-weight: 500;
	font-size: 22px;
	background-image: url("/assets/Ankh.svg");
	background-repeat: space;
	background-size: 20px;
	background-attachment: fixed;
}

.info-box {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin: 5%;
	border: 2px solid #f3e9ca;
	padding: 20px;
	background-color: #f4d36b;
	/*box-shadow: 20px 10px 10px #e6d08d;*/
}

.end-blocks {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin: 5%;
	border: 2px solid #f3e9ca;
	padding: 5x;
	background-color: #f4d36b;
	/*box-shadow: 20px 10px 10px #e6d08d;*/
}

footer {
	flex-direction: row !important;
	flex-wrap: wrap;
	padding: 10px;
}

footer img {
	margin-left: auto;
}

.end-blocks h1 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.info-box img.pfp {
	width: 256px;
	max-width: 90%;
	border: 2px solid black;
}

img.icon {
	width: 1em;
	vertical-align: sub;
}

img.emoji {
	width: 1.2em;
	height: 1.2em;
	transform: translateY(-4px);
	vertical-align: middle;
}

.info-box div.info-text {
	border: 2px solid black;
	padding: 15px;
	text-align: justify;
	margin-top: 20px;
}

div.info-text span {
	display: block;
}

h1,
h2,
h3,
h4 {
	font-family: "Cinzel";
}

div.info-text h1 {
	font-size: 1.1em;
	text-align: center;
}

.short-info {
	margin-top: 10px;
	text-align: center;
}

div.system {
	/*display: inline;*/
	border: 2px solid black;
	padding: 3px;
	border-radius: 50px;
	margin-top: 5px;
}

nav {
	display: flex;
	padding: 10px;
	gap: 15px;
	flex-wrap: wrap;
	justify-content: center;
}

a {
	color: black;
	text-decoration: none;
	border-bottom: 3px solid #912108;
}

a:visited {
	border-bottom: 3px solid #912108;
}

a:hover {
	border: none;
}

a:active {
	border: none;
}
