/* @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Quattrocento:wght@400;700&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Karla:wght@400;500;600;700&family=Inconsolata:wght@400;700&display=swap");

body {
  font-family: "Inconsolata", serif;
  line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 3rem 0 1rem;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

h1 {
  font-size: 4.209rem;
}

h2 {
  font-size: 3.157rem;
}

h3 {
  font-size: 2.369rem;
}

h4 {
  font-size: 1.777rem;
}

h5 {
  font-size: 1.333rem;
}

p {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

p > img {
  margin-bottom: 0.5rem;
}

a {
  color: #286fda;
}

li {
  font-size: 1.125rem;
  padding-left: 0.5rem;
}

ul,
ol {
  padding: 0;
  margin-left: 1rem;
}

blockquote {
  background: #f3f3f3;
  margin: 1rem 0;
  padding: 0.1rem 1rem;
  border-left: 5px solid #c4c4c4;
}

blockquote > p {
  font-size: 1.33rem;
  font-style: italic;
}

code {
  font-family: monospace;
}

pre code {
  font-size: 1.125rem !important; /*overrides Prismjs default */
}

header {
  width: 640px;
  margin: 0 auto;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

article {
  margin: 0 4rem;
  max-width: 640px;
}

time,
small {
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}

article > time {
  margin: -1rem 0 1rem;
}

article > small {
  margin-top: 0;
  margin-left: 0.5rem;
}

img {
  height: 400px;
  display: block;
  margin-top: 1rem;
}
