@font-face {
  font-family: 'typewritherregular';
  src: url(../fonts/typewrither-webfont.woff2) format("woff2"),
  url(../fonts/typewrither-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'typewritherregular', sans-serif !important;
}
