@font-face {
  font-family: "Aelita";
  src: url("/fonts/aelita_book.woff2");
}

@font-face {
  font-family: "Aelita";
  src: url("/fonts/aelita_italic.woff2");
  font-style: italic;
}

@font-face {
  font-family: "Aelita";
  src: url("/fonts/aelita_bold.woff2");
  font-weight: bold;
}



body {
  background-color: #fdf6e3;
  color: #1d1d1d;
  margin: 0;
}


figure {
  margin-left: 0;
  margin-right: 0;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}


.navigation-list li {
  font-size: 1.22rem;
  font-style: italic;
  line-height: 1.58rem;
  margin: 1.2rem 0;
}


.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.post-nav {
  display: flex;
  justify-content: space-between;
}

.nav-prev,
.nav-center,
.nav-next {
  flex: 1;
  text-align: left;
}

.nav-center {
  text-align: center;
}

.nav-next {
  text-align: right;
}

.header-title {
  flex: 2;
}

.lang-select {
  flex: 1;
  text-align: right;
  margin-top: 0.6rem;
}


.header  h4 {
  line-height: 1.23rem;
  margin-top: 0.6rem;
  margin-bottom: 0;
}

.header   a {
  text-decoration: none;;
  color: black;
  box-shadow: none;
  line-height: 1.23rem;
  font-size: 1.36rem;
}

.header   a:visited {
  text-decoration: none;
  color:black;
  box-shadow: none;
}

pre.chroma {
  font-size: 14px;
  padding: 0 0.5rem;
  border: 1px solid grey;
  border-radius: 3px;

}

.content {
  max-width: 70ch;
  padding: 0em 1em;
  margin: auto;
  line-height: 1.75em;
  font-size: 1.25em;
  
  font-family: "Aelita";
}


.header {
  max-width: 75ch;
  margin: 0 auto;
  padding: 0 1.3rem ;
  font-family: 'Merriweather'; 
  font-weight: 400;

  font-style: normal;
  line-height: 1.6rem;
  height: 40px;
  border-width: 0 0 2px 0;
  border-color: rgb(66,184,221);
  border-style:solid;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "Barlow", "Roboto";
  margin-top: 1.2em;
}

p,ul,ol {
  margin-bottom: 2em;
}

li {
  margin-bottom: 1em;
}

h1 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2em;
}
h2 {
  font-weight: 400;
  font-size: 2.5em;
  line-height: 1.2em;
}
h3 {
  font-weight: 400;
  font-size: 2.0em;
  line-height: 1.2em;
}
h4 {
  font-weight: 400;
  font-size: 1.5em;
  font-style: italic;
}



