
@font-face {
    font-family: 'typewriter';
    src: url('/fonts/typewcond_regular-webfont.eot');
    src: url('/fonts/typewcond_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/typewcond_regular-webfont.woff2') format('woff2'),
         url('/fonts/typewcond_regular-webfont.woff') format('woff'),
         url('/fonts/typewcond_regular-webfont.ttf') format('truetype'),
         url('/fonts/typewcond_regular-webfont.svg#typewriter_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'reis';
    src: url('/fonts/reis-regular-webfont.eot');
    src: url('/fonts/reis-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/reis-regular-webfont.woff2') format('woff2'),
         url('/fonts/reis-regular-webfont.woff') format('woff'),
         url('/fonts/reis-regular-webfont.ttf') format('truetype'),
         url('/fonts/reis-regular-webfont.svg#reisregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
  background: #fff;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'typewriter', sans-serif;
  font-size: 100%;
  font-size: 18px;
}
a { color: #a79a98; }

section {
	margin: 2rem;
}
.logo {
	margin-bottom: 40px;
} 
h1 {
	font-family: 'reis', sans-serif;
	font-size: 3rem;
	text-transform: uppercase;
	margin: 0;
	color: #a79a98;
}
