/*transform origin*/
body {
  font-family: "Work Sans", sans-serif;
}

body {
  font-size: 15px;
}

@media screen and (min-width: 375px) {
  body {
    font-size: calc(15px + 5 * (100vw - 375px) / 1097);
  }
}

@media screen and (min-width: 1472px) {
  body {
    font-size: 20px;
  }
}

body {
  line-height: 25px;
}

@media screen and (min-width: 375px) {
  body {
    line-height: calc(25px + 5 * (100vw - 375px) / 1097);
  }
}

@media screen and (min-width: 1472px) {
  body {
    line-height: 30px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "warnock-pro", serif !important;
}

p,
a {
  font-family: "Work Sans", sans-serif !important;
}

footer .dre_info {
  color: #2C2B2C;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0em;
}

footer .mt_privacy_policy,
footer .mt_eq_lbl,
footer .cookie {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0em;
  color: #2C2B2C !important;
}

footer .mt_footer_info .mt_txt_sub {
  font-family: "Work Sans", sans-serif !important;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: #2C2B2C !important;
}

footer .mt_footer_info p,
footer .mt_footer_info span {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0em;
  color: #2C2B2C !important;
}

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