::selection {
	background-color: #DDD;
	text-shadow: none;
}

html {
	font-size: 100%;
	height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl {
	margin: 0;
	padding: 0;
}

body {
	box-sizing: border-box;
	font-family: system-ui, sans-serif;
	font-size: 1.625rem;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	min-height: 100%;
	padding: 10px;
	position: relative;
	text-rendering: optimizeLegibility;
	text-shadow:
		-1px -1px 0 #FFF,
		 0   -1px 0 #FFF,
		 1px -1px 0 #FFF,
		 1px  0   0 #FFF,
		 1px  1px 0 #FFF,
		 0    1px 0 #FFF,
		-1px  1px 0 #FFF,
		-1px  0   0 #FFF;
}

body::before {
	background-image: url(bg.png);
	background-image: image-set(
		url(bg.png) 1x,
		url(bg@2x.png) 2x);
	background-repeat: no-repeat;
	content: '';
	filter: opacity(50%);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

a {
	color: Gray;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin-bottom: 35px;
	max-inline-size: 720px;
}

h1 img {
	height: auto;
	margin-left: -1%;
	width: 102%;
}

h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin-bottom: 1em;
}

h2 {
	font-size: 2.375rem;
}

p,
ul,
dl {
	line-height: 1.3;
	margin-bottom: 1em;
	max-inline-size: 50.9375rem;
}

abbr {
	font-variant-caps: all-small-caps;
	letter-spacing: .035em;
}

ul {
	list-style: '\27E1\00A0';
}

dt {
	font-weight: bold;
}

.faq dt {
	margin-bottom: 1em;
}

.faq dt::before {
	content: 'Q: ';
}

.faq dd {
	margin: 0;
}

.lede {
	font-size: 2.375rem;
	font-weight: 600;
}

@media (min-width: 720px) {
	body {
		padding: 70px;
	}

	h1 img {
		width: 100%;
	}
}

@media (prefers-color-scheme: dark) {
	body {
		background-color: #111;
		color: #DDD;
		text-shadow:
			-1px -1px 0 #111,
			 0   -1px 0 #111,
			 1px -1px 0 #111,
			 1px  0   0 #111,
			 1px  1px 0 #111,
			 0    1px 0 #111,
			-1px  1px 0 #111,
			-1px  0   0 #111;
	}

	body::before {
/*		filter: opacity(33%) invert(87%);*/
		filter: opacity(25%) invert();
		mix-blend-mode: difference;
	}

	h1 img {
		filter: invert(87%);
	}
}

@media print {
}
