body {
	font-family: "Inter", sans-serif;
	background-color: #f8fafc;
}

h1 {
	margin-bottom: 0.5rem;
}

.header-with-subtitle h1 {
	margin-bottom: 0;
}

.merlin-gradient {
	background: radial-gradient(#fff, #b1e3f3, #b1e3f3);
}

.icon-sm {
	width: 18px;
	height: 18px;
}

.icon-md {
	width: 24px;
	height: 24px;
}

.mdk-stamp {
	transform: rotate(-10deg);
	border-width: 3px;
}

#headerperson-txt,
#headerperson-img {
	transition: opacity 0.8s ease-in-out;
}

ul.list-unstyled {
	list-style: none;
	padding-left: 0;
}

ul.list-unstyled li {
	padding-left: 0;
	margin-bottom: 0;
}

ul.list-unstyled li::before {
	content: none;
}

ul ul {
	padding-left: 1.5rem;
}

ul li {
	position: relative;
	padding-left: 1.25rem;
	margin-bottom: 0.25rem;
}

ul li::before {
	content: ">";
	position: absolute;
	left: 0;
	color: #0284c7;
	font-weight: 700;
}

article a[href^="http"] {
	color: #0284c7;
	text-decoration: underline;
	text-underline-offset: 2px;
}

article a[href^="http"]::before {
	content: "🔗\00a0";
	font-size: 0.85em;
}

@media (min-width: 768px) {
	h1 {
		font-size: 3rem;
		line-height: 1;
	}
}
