@font-face {
    font-family: logo;
    src: url(https://signal42.de/logo.woff);
}

@font-face {
    font-family: text;
    src: url(https://signal42.de/content.woff);
}

html, body {
	background: white;
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
}

* {
	font-family: text, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	color: black;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
}

h1 {
	font-family: logo, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0;
	font-size: 48px;
	text-align: center;
	margin-top: 48px;
}

p {
	margin-top: 1em;
	line-height: 1.5;
    text-align: center;
}
