body {
	color: #37352f;
	font-family: "Atkinson Hyperlegible Next", Menlo, monospace;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .055em;
	max-width: 680px;
	margin: 20px auto;
	padding: 20px
}

.highlight-blue {
	color: rgba(50, 123, 164, 1);
	fill: rgba(50, 123, 164, 1)
}

.highlight-red {
	color: rgba(209, 61, 56, 1);
	fill: rgba(209, 61, 56, 1);
}

.highlight-green {
	color: rgba(68, 131, 97, 1);
	fill: rgba(68, 131, 97, 1)
}

.block-blue {
	border-radius: 4px;
	border: 1px solid transparent;
	background: #e7f3f8;
	padding: 10px 20px
}

.block-green {
	border-radius: 4px;
	border: 1px solid transparent;
	background: #edf3ec;
	padding: 10px 20px
}

h1,
h2,
h3 {
	letter-spacing: -.01em;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 0
}

.page-title {
	font-size: 2.5rem;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: .75em
}

.page-title-icon {
	font-size: 5rem;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: .25em
}

h1 {
	font-size: 1.875rem;
	margin-top: 1.875rem
}

h2 {
	font-size: 1.5rem;
	margin-top: 1.5rem
}

h3 {
	font-size: 1.25rem;
	margin-top: 1.25rem
}

li,
p {
	margin-top: .5em;
	margin-bottom: .5em;
	letter-spacing: .055em;
	font-size: 15px;
	line-height: 1.5
}

ul {
	padding-left: 24px
}

blockquote {
	font-size: 15px;
	line-height: 1.5;
	margin: 1em 0;
	padding-left: 1em;
	border-left: 2px solid #37352f
}

.block-blue>a,
.block-green>a {
	display: block;
	max-width: fit-content;
	text-decoration: none;
	color: inherit;
	user-select: none;
	cursor: pointer;
	border-radius: 6px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.2;
	border: 1px solid rgba(55, 53, 47, .2);
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 10px;
	transition: background-color .2s ease-in-out
}

.block-green>a:hover {
	background-color: rgba(68, 131, 97, .1)
}

.block-blue>a:hover {
	background-color: rgba(51, 126, 169, .1)
}

.separator {
	width: 100%;
	height: 1px;
	visibility: visible;
	border-bottom: 1px solid rgba(55, 53, 47, .2);
	margin-top: 48px
}

a {
	color: inherit;
	text-decoration: none;
	transition: color .3s ease, text-decoration-color .3s ease;
	text-decoration: none
}

a:active,
a:hover,
a:visited {
	color: gray
}
