html {
	--color-blue-primary: #6748D9;
	--color-yellow: #FFE100;
	--color-white: #FFFFFF;
}

@font-face {
  font-family: 'Paysage';
  src:  url('fonts/Paysage-Regular.woff2') format('woff2');
  font-weight: 400;
}

@font-face {
  font-family: 'Paysage';
  src:  url('fonts/Paysage-medium.woff2') format('woff2');
  font-weight: 500;
}

@font-face {
  font-family: 'Paysage';
  src:  url('fonts/Paysage-Bold.woff2') format('woff2');
  font-weight: 700;
}

@font-face {
  font-family: 'Paysage';
  src:  url('fonts/Paysage-Black.woff2') format('woff2');
  font-weight: 800;
}

body {
	margin: 0;
	padding: 0;
	background: var(--color-blue-primary);
	height: 100vh;
	font-family: "Paysage", sans-serif;
	color: var(--color-white);
	line-height: 1.5;
	font-size: 1.1rem;
}

main {
	display: flex;
	flex-direction: column;
	height: 100vh;
}

a:link,
a:visited {
	color: inherit;
}

a:hover {
	text-decoration: none;
}

a:link img {
	display: block;
}

img {
	width: 100%;
	height: auto;
}

.logo {
	margin: auto;
	width: 60vw;
	max-width: 500px;
}

.coming-soon {
	background: url(img/coming-soon.svg) repeat-x;
	background-color: var(--color-yellow);
	background-size: contain;
	background-position-y: center;
	width: 100%;
	height: 20vh;
	min-height: 3rem;
	max-height: 6rem;
	border: solid 0.75vh #fff;
	border-left: none;
	border-right: none;
}

.footer {
	padding: 2rem;
	text-align: center;
}

.imprint__logo {
	width: 200px;
	margin: auto;
	padding: 2rem;
}

.imprint__main {
	flex: 1;
	padding: 2rem;
}

.imprint__text {
	margin: auto;
	text-align: center;
}
