body
{
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: .9em;
	overflow: auto;
}

h1, h2, h3, h4, h5
{
	font-family: "Playfair Display", system-ui;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

h1
{
	font-size: 2em;
}

h2
{
	font-size: 1.5em;
}

h3
{
	font-size: 1.25em;
}

nav
{
	font-family: "Playfair Display", system-ui;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

.side-menu a
{
	text-decoration: none;
	color: black;
}

.side-menu
{
	min-height: 90vh;
}