body {
  font-size: 1.1em;
  line-height: 1.40;
  max-width: 70ch;
  background-color: #ffffff;
 color: #3647a0;
  margin: 5%;
}

a {
  color: currentColor;
}

nav {
  font-family: "Xanh Mono";
}

main {
  font-family: "DM Sans";
}

header {
  hyphens: auto;
}

header h1 {
  font-family: "Avara";

}

h1 {
  font-family: "Avara";
  font-size: 2em;
}

h2 {
  font-family: "Avara";
}

.authors {
   font-family: "Xanh mono";
  font-size: 1.3em;

}

.keywords {
   font-family: "Xanh mono";
  font-style: italic;
  
}

.keywords a {
  text-underline-offset: 0.15em;
  text-decoration-color: color-mix(in srgb, currentColor, transparent 50%);
}

.epigraphe {
  font-family: "DM Sans";
  font-style: italic;
}

.text {}

.text p {}

.text .quote {}

.readmore {}

.biography {
  font-family: "Xanh Mono";
}

.footnotes {
  font-family: "DM Sans";
  font-style: italic;
}