body {
    max-width: 800px;
    color: #3d3d3d;
    line-height: 1.5em;
    margin: auto;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

h1, h2 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 722;
    font-style: normal;
  }

p {
    font-family: 'Roboto Serif';
    font-weight: 198.1;
    font-variation-settings: "wdth" 100, "opsz" 60, "wght" 400, "GRAD" 200;

}

@font-face {
    font-family: 'Roboto Serif';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(type/RobotoSerif.woff2) format('woff2');
}