@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap");

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab";
  color: #A40000;
}

body {
  font-family: "Roboto Slab";
  background-color: #ffffff;
}

.distill-site-nav {
  background-color: #A40000;
}
