@font-face {
	font-family: "Font Awesome 6 Free";
	src: url('/Assets/fonts/fa-solid-900.woff2') format('woff2'), url('/Assets/fonts/fa-solid-900.ttf') format('truetype');
}

.checkmark-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.checkmark-list li {
	position: relative;
	padding-left: 2.5rem;
	margin-bottom: 1.5rem;
}

.checkmark-list li:last-child {
	margin-bottom: 0;
}

.checkmark-list li::before {
	content: "\f00c";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 0.25rem;
	color: var(--primary-color);
	font-size: 1.25rem;
}

/**umb_name:code block*/
.code-block {
	background-color: #D1D1D0;
	overflow: auto;
	font-size: 16px;
	font-family: monospace;
	padding: 0 10px;
	background-color: #333;
	color: #fafafa;
	letter-spacing: -0.05em;
	word-break: normal;
	display: block;
}

/**umb_name:Thick Underline*/
.thick-underline {
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 3px;
}
