@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;800&display=swap');

html {
	-webkit-print-color-adjust: exact;
}
* {
	box-sizing: border-box;
	-webkit-print-color-adjust: exact;
}
html,
body {
	margin: 0;
	padding: 0;
}
body {
	overflow-x: hidden;
	max-width: 900px;
	margin: 2em auto !important;
	color: rgb(55, 53, 47);
	line-height: 1.4;
}
h1,
h2,
h3,
h4 {
	font-family: Montserrat;
	line-height: 1.2;
	margin-bottom: 0;
}
h1 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 0;
}
h2 {
	font-size: 24px;
	font-weight: 300;
	color: #999;
}
h3 {
	margin-top: 2.5rem;
	font-size: 24px;
	font-weight: 600;
	color: #333;
}
h4 {
	margin-top: 0.75em;
	font-size: 18px;
	font-weight: 600;
	color: #333;
}
h3 span {
	color: #000;
}
p,
li,
a {
	margin-top: 0.75em;
	font-family: Nunito;
	font-weight: 400;
	font-size: 18px;
	color: #555;
}
img {
	max-width: 100%;
}
@media only print {
	img {
		max-height: 100vh;
		object-fit: contain;
	}
}
hr {
	background: transparent;
	display: block;
	width: 100%;
	height: 1px;
	visibility: visible;
	border: none;
	border-bottom: 1px solid rgba(55, 53, 47, 0.09);
}
a,
a:visited {
	display: block;
	color: inherit;
	text-decoration: none;
}
.first-element {
	margin-top: 2.5em;
}
.source {
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 1.5em;
	word-break: break-all;
}
.indented {
	padding-left: 1.5em;
}
ol,
ul {
	margin: 0;
	margin-block-start: 0.6em;
	margin-block-end: 0.6em;
}
li > ol:first-child,
li > ul:first-child {
	margin-block-start: 0.6em;
}
ul > li {
	list-style: disc;
}
ul.to-do-list {
	text-indent: -1.7em;
}
ul.to-do-list > li {
	list-style: none;
}
.to-do-children-checked {
	text-decoration: line-through;
	opacity: 0.375;
}
ul.toggle > li {
	list-style: none;
}
ul {
	padding-inline-start: 1.7em;
}
ul > li {
	padding-left: 0.1em;
}
ol {
	padding-inline-start: 1.6em;
}
ol > li {
	padding-left: 0.2em;
}

@media (max-width: 1000px) {
	body {
		padding: 0 2.5rem;
	}
	h1 {
		font-size: 28px;
	}
	h2,
	h3 {
		font-size: 20px;
	}
	p,
	li,
	h4,
	a {
		font-size: 16px;
	}
}

@media (max-width: 540px) {
	body {
		padding: 0 1rem;
	}
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 16px;
	}
	h3 {
		font-size: 18px;
	}
	p,
	li,
	h4,
	a {
		font-size: 12px;
	}
}
