html,
body {
	font-family: 'Cormorant';
	font-size: 18pt;
	font-weight: 500;
}

h1, h2, h3, h4, h5 {
	color: var(--color-headings);
	margin: 0.5rem 0 0.5rem 0;
}

p {
	line-height: 1.2;
	margin: 0.5em 0 1em 0;
}

h1 { font-weight: bold; font-size: 300% }
h2 { font-weight: bold; font-size: 280% }
h3 { font-weight: bold; font-size: 200% }
h4 { font-weight: bold; font-size: 180% }
h5 { font-weight: bold; font-size: 120% }

main a,
footer a {
	font-weight: bold;
}

footer .block-title {
	font-weight: bold;
}

footer .block-content {
	font-size: 75%;
}

input,
textarea,
select {
	font-family: 'Cormorant';
}

.region-banner .cover {
	font-size: 400%;
}

.block-views-blocknews-latest .block-label {
	font-size: 75%;
}

/* nodes */

.node--view-mode-card .field--name-body {
	font-size: 75%;
}

.node--type-news.node--view-mode-large-card .field--name-title {
	font-size: 110%;
	font-weight: bold;
}

/* paragraphs */

.paragraph--type--labeled-icons .field--name-field-title {
	font-weight: bold;
}

.paragraph--type--lunch-menu .field--name-field-valid {
	font-size: 200%;
	font-weight: bold;
}

.paragraph--type--lunch-menu .field__label {
	font-size: 200%;
	font-weight: bold;
}
