:root {
	color-scheme: light dark;
}
body {
	font-family: sans;
	max-width: 60em;
	margin-left: auto;
	margin-right: auto;
}
dt {
	font-weight: bold;
}
@counter-style bib {
	system: extends decimal;
	prefix: "[";
	suffix: "] ";
}
ol > li[itemtype="https://schema.org/ScholarlyArticle"] {
	list-style-type: bib;
}
[itemtype="https://schema.org/ScholarlyArticle"][itemscope] :not([itemscope]) [itemprop="name"], [itemtype="https://schema.org/ScholarlyArticle"][itemscope] > [itemprop="name"] {
	font-weight: bold;
}
[itemtype="https://schema.org/Periodical"][itemscope] [itemprop="name"] {
	font-style: italic;
}
