@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: eb-garamond;
	src: url(EBGaramond-VariableFont_wght.ttf)
}

#innerContent {
    font: 12pt eb-garamond;
}

#innerContent > h2:first-child {
	margin-top: 0;
}

h3 {
	font-size: 1.3em;
	margin-top: 1.2em;
	margin-bottom: 0;
}

.story p {
	text-align: justify;
	font-family: eb-garamond;
	font-style: normal;
	font-weight: 400;
}

.title {
    font-weight: bold;
}

img.kkv-start-logo {
	margin-top: 1em;
}