/* latin-ext */
@font-face {
	font-family: 'Gentium Basic';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Gentium Basic'), local('GentiumBasic'), url(/Gentium-ext.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Gentium Basic';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Gentium Basic'), local('GentiumBasic'), url(/Gentium.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
	font-family: 'Gentium Basic', serif;
	font-size: 22px;
	line-height: 1.25;
	margin-left: 25px;
	margin-right: 25px;
}
a {
	text-decoration: none;
}
h1 {
	font-size: 33px;
	margin: 1.7em 25px 1.2em 2.0em;
}
h2 {
	font-size: 26px;
	margin-top: 3ex;
	margin-bottom: 1.5ex;
}
p.intro {
	margin: 1ex 0px 1.2ex 0px;
}
p {
	margin-top: 1ex;
	margin-bottom: 2.2ex;
}

dl {
  display: grid;
  grid-template-columns: max-content auto;
	margin-top: 1ex;
	margin-bottom: 2ex;
}

dt {
  grid-column-start: 1;
	margin-top: .0.5ex;
	margin-bottom: 1ex;
}

dd {
  grid-column-start: 2;
	margin-top: 0.4ex;
	margin-bottom: 1ex;
}

