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


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

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


h1 {
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
  }
  
p {
    font-family: 'Roboto Serif';
    font-variation-settings: "wdth" 109.65, "opsz" 8, "wght" 439.07, "GRAD" -0.47;
}