:root {
	color-scheme: light dark;
	--orange: light-dark(#FF7800,#FF7800);
	--background: light-dark(#F5F5F5,#181818);
	--cardBackground: light-dark(#FEFEFE,#0A0A0A);
	--text: light-dark(#000000,#FFFFFF);
}

body {
	color: var(--orange);
	background-color: light-dark(#F5F5F5,#181818);
	font-family: 'JetBrainsMono', 'Georgia', serif;
	font-kerning: normal;
	font-size: 100%;
	font-variant-ligatures: common-ligatures;
	font-weight: 400;
	line-height: 1.444;
	margin: 1rem auto 1rem;
	max-width: 59ch;
	padding: 0 1rem;
	text-align: center;
	text-size-adjust: 100%;
}


a, a:visited {
	color: var(--orange);;
}
a:hover {
	/*color: rgb(235,29,37); */
	color: var(--text);
	text-decoration: none;
}

header {
	display: flex;
	height: calc(100vh - 4rem);
	justify-content: center;
	align-items: center;
}


h1 {
	background: center top no-repeat url('/images/diamonds.svg');
	background-size: 60px 48px;
	font-family: 'QueulatCndSoft', Georgia, serif;
	font-size: 3rem;
	font-style: italic;
	font-weight: 100;
	margin: 1.5rem 0;
	padding-top: 60px;
}

h1 {
	line-height: 1;
}

footer {
	font-size: 0.75rem;
	line-height: 1.4;
	margin: 0 auto;
}