@import 'https://fonts.googleapis.com/css2?family=Onest:wght@100..900&family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,800;0,900;1,400;1,600;1,700;1,800;1,900&family=Readex+Pro:wght@160..700&family=Zilla+Slab:ital,wght@0,400;0,700;1,400;1,700&display=swap';
* {
	font-family: 'Onest', serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #2c3e50;
	text-wrap: stable;
	font-optical-sizing: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
label,
span {
	font-weight: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1.15;
	font-size: 1.6rem;
}
h1,
h2,
h3,
h4 {
	font-weight: bold;
	color: #1b3e4d;
	margin-bottom: 8px;
}
h1:not([class])::before,
h2:not([class])::before,
h3:not([class])::before,
h4:not([class])::before {
	color: #c0e6f6;
	font-style: italic;
	font-weight: bold;
	margin-right: 8px;
	content: '#';
}
.arabic {
	font-family: 'Readex Pro', serif;
	font-weight: 300;
	letter-spacing: 1px;
	direction: rtl;
	color: #1b3e4d;
}
h1,
.text-size-2xl {
	font-size: 3.2rem;
}
h2,
.text-size-xl {
	font-size: 2.2rem;
}
h3,
.text-size-lg {
	font-size: 2rem;
}
h4,
.text-size-md {
	font-size: 1.6rem;
}
h5,
.text-size-sm {
	font-size: 1.4rem;
}
h6,
.text-size-xs {
	font-size: 1rem;
}
p,
li,
label,
.arabic {
	font-size: 1.4rem;
}
p,
.arabic {
	margin-bottom: 2.4rem;
	line-height: 2;
}
.caption {
	font-size: 1.2rem;
}
@media screen and (min-width: 80em) {
	h1,
	.text-size-2xl {
		font-size: 4rem;
	}
	h2,
	.text-size-xl {
		font-size: 3.2rem;
	}
	h3,
	.text-size-lg {
		font-size: 2.6rem;
	}
	h4,
	.text-size-md {
		font-size: 2rem;
	}
	h5,
	.text-size-sm {
		font-size: 1.8rem;
	}
	h6,
	.text-size-xs {
		font-size: 1.6rem;
	}
	p,
	li,
	label,
	.arabic {
		font-size: 1.8rem;
		margin-bottom: 3.2rem;
	}
	.text-display {
		font-size: 6rem;
	}
}
.text-display {
	font-family: 'Playfair Display', serif;
	color: #1b3e4d;
	font-weight: bold;
}
a {
	color: #3a91b7;
	font-weight: bold;
	font-size: inherit;
	text-decoration: none;
	border-bottom: 1px solid #3a91b7;
}
a:hover {
	background-color: #85ffb8;
	color: #1b3e4d;
	border-bottom: 4px solid #1b3e4d;
	transition: 0.25s;
}
a.link-reset,
a.link-reset:hover {
	border: none;
	color: inherit;
}
a.btn {
	display: inline-block;
	text-align: center;
	padding: 0.8rem 1.6rem;
}
blockquote {
	padding: 16px;
	border-left: 4px solid #85ffb8;
}
blockquote p {
	font-family: 'Zilla Slab', cursive;
	font-size: 1.6rem;
	font-style: italic;
	line-height: 1.5;
	margin: 0;
}
ul {
	list-style: square;
}
hr {
	margin: 16px 0;
	border: none;
	background-color: #e0e0e6;
	height: 1px;
}
ol,
ul,
dl {
	margin-bottom: 24px;
}
ol li,
ol dt,
ol dd,
ul li,
ul dt,
ul dd,
dl li,
dl dt,
dl dd {
	margin-left: 32px;
	margin-bottom: 8px;
	line-height: 2;
}
code {
	background-color: #fafafa;
	padding: 2px 4px;
	border-radius: 4px;
	border: none;
}
pre {
	background: #fafafa !important;
	margin: 1.6rem 4rem;
	overflow-y: hidden;
	overflow-x: auto;
}
pre ::before,
pre ::after {
	content: none;
}
pre code {
	padding: 0;
	border: none;
}
mark {
	background-color: #85ffb8;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#post-title time {
	font-size: 1.4rem;
	color: #9899aa;
	font-style: italic;
	transform: translateY(24px);
}
#post-content::before {
	content: '';
	display: block;
	width: 120px;
	border-top: 4px solid #c0e6f6;
	margin: 16px 0;
}
#post-content .author {
	padding-left: 8px;
	border-left: 2px solid #9899aa;
	color: #9899aa;
	margin: 16px 0 24px;
}
#post-content .hero-image {
	border-radius: 8px;
	aspect-ratio: 16/9;
	width: 100%;
	object-fit: cover;
}
#post-content .article-navigation .article-navigation__item {
	padding: 16px;
	min-height: 4.8rem;
	height: 100%;
	font-size: 1.6rem;
	display: inline-block;
	border: 1px solid #c0e6f6;
	width: 100%;
}
#post-content .article-navigation .article-navigation__item strong {
	color: #1b3e4d;
	font-family: 'Playfair Display', serif;
	display: block;
}
#post-content .article-navigation .article-navigation__item span {
	font-weight: bold;
	color: #3a91b7;
	border-bottom: 1px solid #1b3e4d;
}
#post-content .article-navigation .article-navigation__item:hover {
	background-color: #c0e6f6;
}
#post-content .article-navigation .article-navigation__item:hover span {
	border-bottom-width: 4px;
}
@media screen and (min-width: 80em) {
	#post-title time {
		font-size: 1.6rem;
	}
}
