@font-face {
    font-family: 'Poiret One';
    src: url('/fonts/PoiretOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}


body {
	font-family: 'Poiret One', cursive, verdana;
	font-size: 2.5rem;
	color: #eee;
}

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

a:hover {
	text-decoration: underline;
}

#wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top left, #111, #aaa);
}

@media (prefers-color-scheme: light) {
	body {
		color: #111;
	}

	#wrapper {
		background: linear-gradient(to  bottom right, #555, #eee);
	}
}

#wrapper > div {
	position: absolute;
	bottom: 10%;
	right: 1.25rem;
	max-width: calc(100% - 2.5rem);
	text-align: right;
}

#wrapper address {
	font-size: 1.25rem;
	text-align: right;
}
