@font-face {
  font-family: "Lexend";
  font-weight: 100 900;
  src: url("fonts/lexend.woff2") format("woff2");
}
body {
  font-family: "Lexend", sans-serif;
  font-size: 1.1em;
  line-height: 1.6;
  margin: 1em auto;
  padding: 0.6em;
  max-width: 40em;
  background: #1b1b1b;
  color: #e0d9c1;
}
h1, h2, h3, h4, h5, h6 {
  color: #7daee2;
  line-height: 1.2;
}
a {
  color: #f2a25c;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
code, pre {
  font-family: monospace;
  background: #0f0f0f;
  border-radius: 3px;
}
pre {
  padding: 0.6em;
  overflow-x: auto;
}
blockquote {
  border-left: 4px solid #f2a25c;
  margin: 1em 0;
  padding-left: 1em;
  font-style: italic;
}
img {
  max-width: 100%;
}
