body,
.font-body,
.font-heading {
	font-family: "Inter", sans-serif;
	font-style: normal;
}

body {
	font-weight: 400;
	color: #313F44;
}

.font-body,
.font-heading,
h2, {
	font-weight: 200;
}

.font-heading h1,
#__nuxt h1,
.h1 {
	font-family: "Instrument Serif", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 54px;
	line-height: 1;
}

.bg-black {
	background-color: #313F44;
}

.text-black {
	color: #313F44;
}

.border-b-black {
    border-bottom-color: #313F44;
}