body {
  background-color: var(--lime-background-color);
}

p {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: normal;
}

p:nth-of-type(odd) {
  color: var(--color-content-1);
}

p:nth-of-type(even) {
  color: var(--color-content-2);
}

h1, h2, h3 {
  color: var(--color-header-1);
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

ol, ul {
  font-family: "Montserrat", serif;
  font-weight: 300;
  font-style: normal;
}

ol li:nth-child(odd),
ul li:nth-child(odd) {
  color: var(--color-list-1);
}

ol li:nth-child(even),
ul li:nth-child(even) {
  color: var(--color-list-2);
}

ol li.no-bullets,
ul li.no-bullets {
  color: var(--color-header-1);
  list-style-type: none;
  padding-left: 0;
}

strong {
  color: var(--color-header-1);
}

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