  body {
    background: rgb(236, 236, 236);
}
p {

    font-size: 150%;
    line-height: 1.35;
    color: #000763;
    margin: 5em ;
    font-family: 'banana';
}

h1 {
    font-family: "banana";
    font-size: 3em;
    
}

h2 { 
    font-family: "banana";
    font-size: 2,5em;
}

@font-face {
  font-family: 'avara';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('fonts/astlochbold.woff') format('woff2');
}

@font-face {
  font-family: 'banana';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('fonts/banana.woff2') format('woff2');
}