html{
  background-color: rgb(28, 28, 28);

}

* {
  box-sizing: border-box;
}
body { 
     font-family: 'AuthenticSans';
  src: url('fonts/authentic/AUTHENTICSans-60.woff2') format('woff2'), url('AUTHENTICSans-60.woff') format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  color:white;
  margin: 0;
}

a {
  color: currentColor;
}

p{
   font-family: 'AuthenticSans';
  src: url('fonts/authentic/AUTHENTICSans-130.woff2') format('woff2'), url('AUTHENTICSans-130.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-size : 1.10em ;
  max-width: 70ch;
  max-width : 40em ; 
  line-height : 1.35;
  margin-left: auto;
  margin-right: auto;
  text-align: left;  
  padding-left: 2em;
  padding-right: 3em;
  box-sizing: border-box; 
}

nav {
  /* display: none; */
/*
  font-family: 'AuthenticSans';
  font-weight: bold;
  font-style: normal;
  background: linear-gradient(to right, rgb(255, 246, 67), rgb(161, 161, 255),rgb(191, 93, 173));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size : 4em;
 }

 nav a {
  text-decoration: none;*/
 }


main { }

header {
 height: 100vh;
  margin: 0;
  background: linear-gradient(to right, rgb(255, 246, 67), rgb(161, 161, 255), rgb(191, 93, 173));

  display: flex;               
  flex-direction: column;      
  justify-content: center;    
  align-items: center;         
  gap: 2em;                    
  flex-wrap: wrap;   
 }


header h1 {
  font-size: clamp(2.5rem, 5vw, 20rem);
  line-height: 1.25;
  font-family: "Nyght";
  src: url("fonts/nyght/NyghtSerif-Dark.woff2") format("woff2"), url("NyghtSerif-Dark.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  color: rgb(28, 28, 28);
  text-align: center;
 }

.authors { 
  font-size : 2.25em;
  line-height: 1;
  font-family: "Nyght";
  src: url("fonts/nyght/NyghtSerif-Bold.woff2") format("woff2"), url("NyghtSerif-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  color: rgb(28, 28, 28);
   text-align: center;
}

.keywords { 
   font-family: 'AuthenticSans';
  src: url('fonts/authentic/AUTHENTICSans-150.woff2') format('woff2'), url('AUTHENTICSans-150.woff') format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  font-size: 1.25em;
  color: rgb(28, 28, 28);
  margin-top: 20%;
  max-width: 100ch;
  text-align: center;
}

.keywords a { 
    text-decoration: none;
}

.epigraphe {
    text-align: center;
  font-family: "Nyght";
  font-weight: 600;
  font-style: italic;
  font-size: 1.25em;
  background: linear-gradient(to right, rgb(255, 246, 67), rgb(161, 161, 255),rgb(191, 93, 173));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 60ch;
 }

.text {
 }
.p.keywords{
  background: linear-gradient(to right, rgb(255, 246, 67), rgb(161, 161, 255),rgb(191, 93, 173));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.text p { }

.text .quote { 
  text-align: center;
  font-family: "Nyght";
 
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  font-size: 1.25em;
  background: linear-gradient(to right, rgb(255, 246, 67), rgb(161, 161, 255),rgb(191, 93, 173));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    max-width: 55ch; 
  line-height : 1.35;
  margin-left: auto;
  margin-right: auto;
  text-align: left;  
  padding-left: 2em;
  padding-right: 3em;
  box-sizing: border-box; 
}

.readmore {
/* font-family: 'AuthenticSans'; */
  font-family: 'AuthenticSans';
  src: url('fonts/authentic/AUTHENTICSans-130.woff2') format('woff2'), url('AUTHENTICSans-130.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-size : .9em ;
  max-width: 70ch;
  max-width : 40em ; 
  line-height : 1.35;
  margin-left: auto;
  margin-right: auto;
  text-align: left;  
  padding : 7%
 }

 .readmore::before {
  content: "";
  display: block;
  max-width: 70ch;
  height: 5PX;;
  background: linear-gradient(to right, rgb(255, 246, 67), rgb(161, 161, 255),rgb(191, 93, 173));
   margin-left: auto;
  margin-right: auto;
}

.biography p {
   font-family: 'AuthenticSans';
  src: url('fonts/authentic/AUTHENTICSans-60.woff2') format('woff2'), url('AUTHENTICSans-60.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  /* background: linear-gradient(to right, rgb(255, 246, 67), rgb(161, 161, 255),rgb(191, 93, 173)); */
  /* background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  
 }

.biography::before {
  content: "";
  display: block;
  max-width: 70ch;
  height: 5PX;;
  background: linear-gradient(to right, rgb(255, 246, 67), rgb(161, 161, 255),rgb(191, 93, 173));
   margin-left: auto;
  margin-right: auto;
}

.footnotes {
  font-family: "Nyght";
  font-weight: 150;
  font-style: normal;
  font-display: swap;
  max-width: 70ch;
  color : white;
   margin-left: auto;
  margin-right: auto;
 }

.footnotes::before {
  content: "";
  display: block;
  max-width: 70ch;
  height: 5PX;;
  background: linear-gradient(to right, rgb(255, 246, 67), rgb(161, 161, 255),rgb(191, 93, 173));
}

 h3{
  font-size: em;
  line-height: 1.25;
  font-family: "Nyght";
  src: url("fonts/nyght/NyghtSerif-Dark.woff2") format("woff2"), url("NyghtSerif-Dark.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
 }

h1{
  display: flex;
  justify-content: center; 
  align-items: center;   

}
 .text h1{
  font-family: 'AuthenticSans';
  src: url('fonts/authentic/AUTHENTICSans-150.woff2') format('woff2'), url('AUTHENTICSans-150.woff') format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
  font-size : 1.10em ;
  max-width: 70ch;
  max-width : 40em ; 
  line-height : 1.35;
  margin-left: auto;
  margin-right: auto;
  text-align: left;  
  padding-left: 2em;
  padding-right: 3em;
  box-sizing: border-box; 

}
