@font-face {
  font-family: 'AalterGrotesque';
  src: url(AalterGrotesqueV02-Black.eot) format(eot),
      url(AalterGrotesqueV02-Black.woff) format(woff),
      url(AalterGrotesqueV02-Black.woff2) format(woff2)
      ;
}
@font-face {
  font-family: 'ExecutiveRegular';
  src: url(ExecutifModernAG-Regular.eot) format(eot),
    url(ExecutifModernAG-Regular.woff) format(woff),
    url(ExecutifModernAG-Regular.woff2) format(woff2);
}
body{
  font:16px/1em 'AalterGrotesque', sans-serif;
  /* background:rgb(252, 198, 164); */
  background-color: lightgray;
  margin: 80px 30vw 80px 30vw;
}

h1{
  font-size: 4em;
  margin-bottom: 40px;
  line-height: 1;}

h3{
  margin-top: 50px;
  font-size: 1.4em;
  line-height: 1.2;
}

h3,h4{margin-bottom: 10px;}

h4 {margin-top: 40px;}

p{ 
  font-family: 'ExecutiveRegular';
  margin-bottom: 20px;
  line-height: 1.1;
  margin-left: 20px;
  margin-block-start: 0;


}

p:before{
  content: "→ ";
  margin-left: -20px;
}

ul{font-family: 'ExecutiveRegular';
margin-bottom: 15px;
list-style-type: "– ";

}

li{
  margin-left: 20px;
  line-height:1.1;
  font-weight: normal;
}

@media  screen and (max-width: 1080px) {
  body {
    margin: 80px 10vw 80px 10vw;
  }
}