@font-face {
	font-family: 'Main';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/Main-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Main';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/Main-Bold.woff2') format('woff2');
}

figure {
	display: inline-block;
	padding: 1.5em 0;
	text-align: center;
}

figure > img {
	padding: 0 .75em;
}

figure > figcaption {
	padding-top: 0.75em;
}

#diagram > figcaption {
	padding: 1.5em 1.5em 0 1.5em;
	text-align: left;
}

#diagram > svg {
	width: 13.6875em;
	height: 12.0625em;
}