h1 {
	font-size: 1.65rem;
}

h2 {
	font-size: 1.4rem;
}

h4 {
	font-size: 1.125rem;
}

.form-label {
	font-size: 0.875rem;
}

.form-control {
	font-size: 0.875rem;
}

.form-select {
	font-size: 0.875rem;
}

.fs-sm {
	font-size: 0.75rem !important;
}

.tiptap p.is-editor-empty:first-child::before {
	color: #adb5bd;
	content: attr(data-placeholder);
	float: left;
	height: 0;
	pointer-events: none;
}

:root {
	--bs-body-font-size: 0.875rem;
	--bs-breadcrumb-font-size: 0.875rem;
	--bs-font-sans-serif: "Inter"
}

.btn {
	--bs-btn-padding-y: 0.5rem;
}

.btn-sm {
	--bs-btn-padding-y: 0.25rem;
}

.tiptap.description h1, p, pre {
	margin-bottom: 0;
	line-height: 1.5rem;
}

.tiptap.description h1 {
	font-size: 0.938rem;
	font-weight: 600;
}

.tiptap.description b, .tiptap.description strong {
	font-weight: 600;
	color: black;
}

.tiptap.description ul, .tiptap.description ol {
	list-style-type: revert;
	list-style-position: outside;
	padding-left: 1rem;
}

.tiptap.description ul[data-type="taskList"] {
	list-style-type: none;
	padding-left: 0;
}

.tiptap.description li[data-checked] {
	display: flex;
}

.tiptap.description li[data-checked] > *:first-child {
	margin-right: 0.5rem;
	line-height: 1.6rem;
}

.tiptap.description li[data-checked] > *:nth-child(2) {
	width: 100%;
}

.tiptap.description pre {
	padding: 0.5rem 1rem;
	background-color: rgba(0, 0, 0, 0.03);
	border-radius: 0.25rem;
	margin: 0.5rem 0;
}
