body {
  background-color: #ffffff;
  color: #000000;
  font-family: "Outfit", sans-serif;
}
.editorial-card {
  background: #ffffff;
  border: 1px solid #000000;
}
.editorial-rule {
  height: 1px;
  background-color: #000000;
  width: 100%;
}
.editorial-rule-thick {
  height: 3px;
  background-color: #000000;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Serif 4", serif;
}
