@font-face {
  font-family: 'beethreetregular';
  src: url('../fonts/beethreet-webfont.woff2') format('woff2'),
       url('../fonts/beethreet-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'ZeitungProLight';
  src: url('../fonts/ZeitungProLight.eot');
  src: url('../fonts/ZeitungProLight.eot') format('embedded-opentype'),
       url('../fonts/ZeitungProLight.woff2') format('woff2'),
       url('../fonts/ZeitungProLight.woff') format('woff'),
       url('../fonts/ZeitungProLight.ttf') format('truetype'),
       url('../fonts/ZeitungProLight.svg#ZeitungProLight') format('svg');
}

@font-face {
  font-family: 'ZeitungProSemibold';
  src: url('../fonts/ZeitungProSemibold.eot');
  src: url('../fonts/ZeitungProSemibold.eot') format('embedded-opentype'),
       url('../fonts/ZeitungProSemibold.woff2') format('woff2'),
       url('../fonts/ZeitungProSemibold.woff') format('woff'),
       url('../fonts/ZeitungProSemibold.ttf') format('truetype'),
       url('../fonts/ZeitungProSemibold.svg#ZeitungProSemibold') format('svg');
}
h1, h2, h3, h4, h6 {
  color: #e29c57;
  font-family: beethreetregular;
}
.h1, h1 {
  font-size: 14rem;
}
.h2, h2 {
  font-size: 12rem;
}
.site-main {
  font-family: ZeitungProLight,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 20px;
}
.site-main a {
  color: #e29c57;
  text-decoration: none;
}