body {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  background-color: #f9f9f9;
  color: #333;
}

h1, h2, h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

pre, code {
  font-family: "Fira Code", monospace;
  font-size: 16px;
  line-height: 1.5;
  background-color: #efefef;
  color: #333;
  padding: 1rem;
  border-radius: 4px;
  overflow-x: auto;
}
/*# sourceMappingURL=styles.css.map */