@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&display=swap);
@font-face {
  font-family: "Futura LT Pro";
  font-style: light;
  font-weight: 200;
  src: local("Futura LT Pro"), url("../fonts/futura/FuturaLTPro-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Futura LT Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Futura LT Pro"), url("../fonts/futura/FuturaLTPro-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Futura LT Pro";
  font-style: bold;
  font-weight: 600;
  src: local("Futura LT Pro"), url("../fonts/futura/FuturaLTPro-Heavy.ttf") format("truetype");
}
.article-body-wrapper {
  margin-bottom: 2.5rem;
  font-size: 1rem;
  line-height: 1.8rem;
  letter-spacing: -0.015rem;
}
.article-body-wrapper:last-child {
  margin-bottom: 0;
}
.article-body-wrapper > :is(h1, h2, h3, h4, h5, h6) {
  font-weight: 800;
  letter-spacing: 0.03rem;
  margin-bottom: 1rem;
}
.article-body-wrapper img {
  max-width: 100%;
}
.article-body-wrapper strong,
.article-body-wrapper b {
  font-weight: 700;
}
