:root {
	font-size: var(--wp--preset--font-size--normal);
	font-weight: 300;
}

h1 {
	font-size: var(--wp--preset--font-size--huge);
	line-height: 1.4;
}

h2 {
	font-size: var(--wp--preset--font-size--large);
	line-height: 1.4;
}

h3 {
	font-size: var(--wp--preset--font-size--medium);
	line-height: 1.55;
}

h4 {
	font-size: var(--wp--preset--font-size--normal);
	line-height: 1.55;
}

h5 {
	font-size: var(--wp--preset--font-size--small);
	line-height: 1.8;
}

h6 {
	font-size: var(--wp--preset--font-size--small);
	line-height: 1.8;
}

figcaption {
	font-size: var(--wp--preset--font-size--small);
	margin-bottom: 2em;
}

.has-drop-cap:not(:focus)::first-letter {
	font-size: 4em;
	font-weight: 200;
}