body {
    max-width: 800px;
    color: #3d3d3d;
    line-height: 1.5em;
    margin: auto;
	
	font-family: "Montserrat", serif;
  	font-optical-sizing: auto;
  	font-weight: 322;
  	font-style: normal;
}

h1, h2, h3 {
	font-weight: 872;
	
}

@font-face {
	font-family: 'Roboto Serif';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url(type/RobotoSerif.woff2) format('woff2');
}

p {
	font-family: 'Roboto Serif';
	font-variation-settings: "wdth" 55.6, "opsz" 54.6, "wght" 224.91, "GRAD" 0.45
	
}


img {
    display: block;
    max-width: 100%;
    height: auto;
}