header,
section {
  background-color: #FFF;
  padding: 15px;
}

body {
  background-color: #FFF;
  color: #333333;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
}

h1 {
  font-size: 24px;
}
h1 small {
  font-size: 0.5em;
  color: #525252;
}

h2 {
  font-size: 18px;
  margin-bottom: 12px;
}

p {
  margin-bottom: 12px;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #B90E1D;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

ul {
  display: inline;
}

li {
  padding-bottom: 3px;
}

ul.list-unstyled li {
  list-style: none;
}

ul.list-inline {
  padding-left: 0;
}
ul.list-inline li {
  display: inline;
  padding-right: 0.25em;
}
ul.list-inline li::after {
  content: "/";
  margin-left: 0.5em;
}
ul.list-inline li:last-child {
  padding-right: 0;
}
ul.list-inline li:last-child::after {
  content: "";
}

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