body {   
 /* font-family: "TypewriterComputerModern ", ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace;   
*/
font-size: 1em;
background-origin:padding-box ;
color: rgb(2, 45, 76);
margin: 0;
  background-color: aliceblue;
}


a {
  color: currentColor;
}

nav {   font-family: "monasans";
  background-color: rgba(188, 92, 2, 0.764);
   margin: 0em 3em 0em 3em;
   text-align: end;
   
}
main {  font-family: "GENSCO";
   }

header { font-family: "squati"; 
font-size: 3.90em; ;  background-color: rgba(188, 92, 2, 0.764)
;


}
header h1 { font-family: "squati" ;
  text-align: center;
  background-color: aliceblue;
 padding: 0em;
font-size: 3.50em;
letter-spacing: .02em; }
 
.authors { font-family: "monasans";
   background-color: rgba(188, 92, 2, 0);

}
.keywords {  font-family: "GENSCO"; 

 
}
.keywords a { font-family: "GENSCO";
  }

.epigraphe { font-family: "GENSCO";  }
.text {  
  background-color: aliceblue;
margin-left: 6em;
font-family: "GENSCO";
  font-size: 1.10em;
   margin: auto;
   max-width: 85ch;
   margin: 4em 3em 0em 3em;
 }
.text p {
  font-family: "GENSCO";
  font-size: 1.10em;
 }
.text .quote { font-family: "GENSCO"; 
  
 }

.readmore {  
  font-family: "GENSCO";
 background-color:rgba(188, 92, 2, 0.764);
 margin: 6em 1em 0em 1em;
}
.biography { font-family: "GENSCO";
 background-color: rgba(188, 92, 2, 0.573); }

.footnotes { font-family: "GENSCO";
 background-color:  rgba(188, 92, 2, 0.573);  }


@media(max-width: 1500px){
header h1{font-size: 1.5em;
}
 
.authors { 
  font-size: 0.5em;

}

.keywords {  
  font-size: 0.4em;
 
}
.text {  
 

  font-size: 1.5em;
   
 }

}
@media(max-width: 640px){
header h1{font-size: 1em;}

.authors { 
  font-size: 0.4em;

}
.keywords {  
  font-size: 0.3em;
 
}
.text {  
 

  font-size: 1.em;
   
 }
}
@media(max-width: 400px){
header h1{font-size: 0.9em;}
.authors { 
  font-size: 0.3em;

}
.keywords {  
  font-size: 0.2em;
 
}
.text {  
 

  font-size: 0.8em;
   
 }


}
