@font-face {
  font-family: "Source Code Pro";
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url("/static/fonts/SourceCodePro-Regular.otf.woff2") format("woff2"),
}

@font-face {
  font-family: "Source Code Pro";
  font-style: normal;
  font-weight: 600;
  src: local(""),
    url("/static/fonts/SourceCodePro-Bold.otf.woff2") format("woff2"),
}

@font-face {
  font-family: "Source Code Pro";
  font-style: italic;
  font-weight: 400;
  src: local(""),
    url("/static/fonts/SourceCodeVF-Italic.otf.woff2") format("woff2"),
}

* {
  box-sizing: border-box;
}

body {
  margin: 1em 2em 2em 2em;
  line-height: 1.4em;
  font-family: "Source Code Pro", Menlo, monospace;
  font-size: 14px;
  max-width: 1200px;
  background-color: #fafafa;
  color: #666;
}

h1, h2, h3, h4, h5, h6 {
  color: #111;
}

h1 {
  margin-top: 1em;
  margin-bottom: 1em;
}

h2 {
  margin-top: 2em;
}

nav ul {
  list-style-type: none;
  padding-left: 0;
  padding-bottom: 1em;
}

nav ul {
  border-bottom: 1px solid #ddd;
}

nav ul li {
  display: inline-block;
  margin-right: 0.5em;
}

hr {
  margin: 1em 0;
  border: 1px solid #ccc;
}

img {
  display: block;
  width: 100%;
  max-width: 500px;
}

ul {
  padding-left: 1em;
  list-style-type: square;
}

a {
  text-decoration: none;
  color: #111;
  font-weight: bold;
}

a:hover {
  text-decoration: line-through;
}

pre {
  font-family: "Source Code Pro", Menlo, monospace;
  background-color: #eee;
  padding: 2em;
  overflow-x: scroll;
}

code {
  font-family: "Source Code Pro", Menlo, monospace;
  background-color: #eee;
  padding: 2px 4px;
  border-radius: 4px;
}
