html {
  font-family: linotype-sabon, serif;
  font-size: 16px;
  line-height: 1.4;
  color: #212529;
}
html h1, html h2, html h3 {
  font-family: trade-gothic-next-condensed, sans-serif;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
}
html h1 {
  font-size: 2.5rem;
}
html h2 {
  font-size: 2rem;
}
html h3 {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 0.2rem;
  text-transform: none;
  font-family: linotype-sabon;
}

body {
  padding: 0;
  margin: 0;
  position: relative;
}

#page_container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1rem;
}

#error_content {
  padding: 6rem 0 6rem 4rem;
}
#error_content .text {
  font-style: italic;
  font-size: 1rem;
  margin-top: 0.75rem;
}

/*# sourceMappingURL=style.css.map */
