p, body, html {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400; }

h2, h3, h4, h5, h6 {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700; }

.header {
  padding: 20px 0px; }

.section--hero h1 {
  font-family: "Tungsten A", "Tungsten B";
  font-style: normal;
  font-weight: 500;
  font-size: 120px;
  line-height: 1em;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .section--hero h1 {
      font-size: 100px; } }
