@font-face {
  font-family: 'Adapter';
  src: url('https://graustufen.design/wp-content/uploads/2018/05/Adapter_web.woff') format('woff'), /* Pretty Modern Browsers */
}

html {
	height: 100%;
	font-size: 100%;
}

body {
	font-family: 'Adapter', sans-serif;
	font-weight: 400;
	font-size: 18px;
	background: #fff;
}