@font-face {
  font-family: "Literata";
  src: url("/static/fonts/Literata/Literata-Light.woff2") format("woff2");
  font-weight: light;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Literata";
  src: url("/static/fonts/Literata/Literata-LightItalic.woff2") format("woff2");
  font-weight: light;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Literata";
  src: url("/static/fonts/Literata/Literata-SemiBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Literata";
  src: url("/static/fonts/Literata/Literata-SemiBoldItalic.woff2")
    format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

* {
  box-sizing: border-box;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  color: #333333;
  overflow-y: scroll;
  max-width: 700px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6;
  word-break: break-word;
  font-family: "Literata", Georgia, Cambria, "Noto Serif", "Droif Serif",
    ui-serif, serif;
  padding: 0 8px;
}

header {
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

nav {
  display: flex;
  gap: 1rem;
}

footer {
  position: sticky;
  top: 100vh;
  padding: 1rem 0;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h1,
h2 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

p {
  margin: 1rem 0;
  font-size: 1em;
  line-height: 1.5em;
}

ul {
  list-style-position: inside;
  list-style-type: disc;
}

.pagination {
  margin: 2rem 0;
  display: block;
}

blockquote {
  margin: 1.5rem 0;
  border-left: solid 2px;
  font-weight: bold;
  font-style: italic;
}

blockquote p {
  margin-left: 1rem;
  margin-right: 1rem;
}
