:root {
		--wp--preset--font-family--body: "Roboto Slab", serif;
		--wp--preset--font-size--x-large: clamp(2.85rem, 2.85rem + ((1vw - 0.2rem) * 1.083), 3.5rem);
		--gravvanis-pal-red: #e3000f;
}


body {
		font-weight: 300;
		font-family: "Roboto Slab", serif;
}

h1,
.wp-block-post-title {
		font-weight: 400;
		font-size: clamp(2.85rem, 2.85rem + ((1vw - 0.2rem) * 1.083), 3.5rem);
}

h2,
.has-large-font-size,
.has-heading-font-family,
.wp-block-heading {
		font-family: "Instrument Sans", sans-serif;
		font-weight: 400;
		color: #e3000f;
		font-size: 2rem;
		line-height: 36px;
}

h2.has-xx-large-font-size {
		line-height: 48px;
}

header,
footer {
		background: white;
}

body.home h1 {
		display: none;
}