@import url('https://fonts.googleapis.com/css2?family=IM+Fell+English&family=IM+Fell+English+SC&display=swap');
img.portrait {
	max-width:500px;
}


body {
    font-family: 'IM Fell English', 'Lato', serif;
	font-size:22px;
}

header, nav *, h1, h2, h3, h4, h5, h6 {
    font-family: 'IM Fell English SC', 'Lato', serif;
}

header {
	margin-bottom: 80px;
}
