.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
.italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.bold-italic {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
  }

.formal {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: italic;
}

main {
    max-width: 100ch;
    padding-left: 1vw;
}

body {
  background-color: rgb(236, 235, 236);
}