body {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 35px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 999px) {
  body {
    font-size: 18px;
    line-height: 23px;
  }
}

.copy-big {
  font-size: 4.545em;
  line-height: 1;
  letter-spacing: -0.08em;
}

.copy-xxxl {
  font-size: 1.955em;
  line-height: 1.279em;
  letter-spacing: -0.03em;
}

.copy-xxl {
  font-size: 1.591em;
  line-height: 1.286em;
  letter-spacing: -0.03em;
}

.copy-xl {
  font-size: 1.182em;
  line-height: 1.5em;
}

.copy-lg {
  font-size: 1.182em;
  line-height: 1.175em;
}

.copy-s, small {
  font-size: 0.818em;
  line-height: 1.556em;
  letter-spacing: 0.05em;
}

.copy-xs {
  font-size: 0.636em;
  line-height: 2em;
  letter-spacing: 0.02em;
}

.copy-btn {
  font-size: 0.727em;
  line-height: 1;
  letter-spacing: 0.005em;
}

strong,
.strong {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.italic, em {
  font-style: normal;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

/* subline */
.subline {
  font-size: 0.818em;
  line-height: 1;
  letter-spacing: 0.095em;
  text-transform: uppercase;
}

/* headlines */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 50px 0;
}
@media (max-width: 999px) {
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0 0 25px 0;
  }
}

h1, .h1 {
  font-size: 3.818em;
  line-height: 1.071em;
  letter-spacing: -0.02em;
}
@media (max-width: 999px) {
  h1, .h1 {
    font-size: 1.955em;
    line-height: 1.093em;
  }
}

h2, .h2 {
  font-size: 1.955em;
  line-height: 1.093em;
}
@media (max-width: 999px) {
  h2, .h2 {
    font-size: 1.591em;
    line-height: 0.971em;
  }
}

h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-size: 1.591em;
  line-height: 0.971em;
}

.btn {
  font-size: 0.864em;
  line-height: 1;
  letter-spacing: 0.02em;
}

.menu a {
  line-height: 1;
}
@media (max-width: 999px) {
  .menu a {
    font-family: "futura-pt-bold", sans-serif;
    font-size: 1.955em;
    line-height: 1.093em;
  }
}

/* lists */
ul, li {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}/*# sourceMappingURL=typo.css.map */