
*, :after, :before {
    box-sizing: border-box;
}


@font-face {
  font-family: Fanwood Text;
  src: url(../fonts/fanwood_text_italic.woff) format("woff2"),url(../fonts/fanwood_text_italic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap
}

@font-face {
  font-family: Fanwood Text;
  src: url(../fonts/fanwood_text.woff) format("woff2"),url(../fonts/fanwood_text.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}



blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
*,
::before,
::after {
  border-width: 0;
  border-style: solid;
  border-color: theme('borderColor.DEFAULT', currentColor);
}


body{
     font-family:-apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    color: var(--dunkelblau-500); 
    /* background-color: #f7f7f7; */
   

}
header, main, section {
    max-width: 60ch;
    margin: 0 auto;
}
h1{
   
    /* font-family: "Libre Baskerville", serif; */
    font-weight: 400;
    font-style: normal;
    font-size: 4.5rem;
    padding-top: 3rem;
    padding-bottom: 0rem;
    margin-bottom: 0;
    font-family: Fanwood Text,Georgia,Times New Roman,Times,serif;
   
  
   
  
}
h2{
  /* font-family: "Libre Baskerville", serif; */
  font-weight: 700;

  font-size: 2.3rem;
  font-weight: 400;
 
  margin-bottom: 0;
  font-family: Fanwood Text,Georgia,Times New Roman,Times,serif;
  /* font-feature-settings: "aalt"; */

}
span{
  font-feature-settings: "aalt";
  color:#000;
  display:block;
  font-size: 20px;
}
h2:nth-of-type(2),h2:nth-of-type(3){

  padding-top: 3.5rem;
}

p{
 
    line-height: 1.5;
    margin-top: 1.14em;
    font-size: 17px;
    font-weight: 400;


    font-family: Fanwood Text,Georgia,Times New Roman,Times,serif;
      font-size: 19px;
      line-height: 29px;
      max-width: 32em;
      color: #222;
      color:#171717;
    
   
}
a{
  text-decoration: none;
}
.uppercase{
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
  font-weight: 500;
  color:#0000008a;
  font-family:-apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  min-width: 60ch;
  padding-left: 0rem;
}

footer{
    margin-top: 160px;
    padding-bottom: 80px;
}