@font-face {
    font-family: "obviously-narrow";
    src: url("../assets/fonts/obviously-narrow-n6.woff2") format('woff2'),
        url("../assets/fonts/obviously-narrow-n6.woff") format('woff');
    font-weight: 600;
}

@font-face {
    font-family: "helvetica-neue-lt-pro";
    src: url("../assets/fonts/helvetica-neue-lt-pro-n4.woff2") format('woff2'),
        url("../assets/fonts/helvetica-neue-lt-pro-n4.woff") format('woff');
    font-weight: 400;
}

@font-face {
    font-family: "helvetica-neue-lt-pro";
    src: url("../assets/fonts/helvetica-neue-lt-pro-n7.woff2") format('woff2'),
        url("../assets/fonts/helvetica-neue-lt-pro-n7.woff") format('woff');
    font-weight: 700;
}

body {
  background-color: #1D1B21;
  color: #EBEBEB;
  font-family: "helvetica-neue-lt-pro";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}

h1, h2, h3 {
  font-family: "obviously-narrow";
  font-weight: 600;
  text-transform: uppercase;
}

h1 {
  font-size: 42px;
  margin: 0 0 20px;
}

h2 {
  font-size: 32px;
  margin-top: 0;
}

h3 {
  font-size: 28px;
}

.header {
  margin: 20px 20px 0;
}

.header img {
  width: 100%;
  max-width: 355px;;
}

.content {
  margin: 50px 20px 0;
}

.footer {
  margin: 20px;
}

.footer img {
  width: 100%;
  max-width: 313px;
}

a {
  color: #fff;
  font-family: "obviously-narrow";
  word-break: break-word;
}

a:hover {
  text-decoration: none;
}

@media (min-width: 984px) {
  h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  .content {
    max-width: calc(100% - 322px - 20px - 40px);
    margin: 100px 20px 0;
  }

  .content::after {
    content: url("../assets/images/chevron-vertical-maintenance.svg");
    position: absolute;
    top: 20px;
    right: 20px;
    width: auto;
    max-width: 322px;
  }
}

@media (min-width:  1380px) {
  .header {
    margin: 68px 68px 0;
  }

  .content {
    max-width: 1050px;
    margin: 100px auto 0;
    padding: 0 calc(322px + 68px) 0 68px;
  }

  .content::after {
    top: 68px;
    right: 68px;
  }

  .footer {
    max-width: 1340px;
    margin : 20px auto;
    padding: 0 322px 0 68px; 
  }
}