@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: 600px;
    margin: auto;

}

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

p {
    font-family: 'Roboto Serif';
    font-style: normal;
    font-display: swap;
    font-size: 18px;
    font-variation-settings: "wdth" 115.07, "opsz" 57.27, "wght" 457.5, "GRAD" -0.76;
}