:root {
	--lr-font-heading: 'Cormorant Garamond', Georgia, serif;
	--lr-font-body: 'Nunito Sans', -apple-system, sans-serif;
}

body,
p,
li,
.entry-content {
	font-family: var(--lr-font-body);
}

h1, h2, h3, h4, h5, h6,
.entry-title,
.site-title {
	font-family: var(--lr-font-heading);
	font-weight: 700;
}
