#basicss h1 {
	font-size: 1.875rem; /* text-3xl */
	font-weight: 700; /* font-bold */
	margin-top: 1rem; /* mt-4 */
}

#basicss h2 {
	font-size: 1.5rem; /* text-2xl */
	font-weight: 600; /* font-semibold */
	margin-top: 0.75rem; /* mt-3 */
}

#basicss h3 {
	font-size: 1.25rem; /* text-xl */
	font-weight: 600; /* font-semibold */
	margin-top: 0.75rem; /* mt-3 */
}

#basicss h4 {
	font-size: 1.125rem; /* text-lg */
	font-weight: 500; /* font-medium */
	margin-top: 0.5rem; /* mt-2 */
}

#basicss h5 {
	font-size: 1rem; /* text-base */
	font-weight: 500; /* font-medium */
	margin-top: 0.5rem; /* mt-2 */
}

#basicss p {
	font-size: 1rem; /* text-base */
	line-height: 1.625; /* leading-relaxed */
}

#basicss a {
	color: #2563eb; /* text-blue-600 */
}

#basicss a:hover {
	text-decoration: underline; /* hover:underline */
}

#basicss ul,
#basicss ol {
	padding-left: 1.25rem; /* pl-5 */
	margin-bottom: 1rem; /* mb-4 */
	list-style-type: disc; /* list-disc */
}

#basicss li {
	margin-bottom: 0.5rem; /* mb-2 */
}

#basicss blockquote {
	border-left: 4px solid #d1d5db; /* border-l-4 border-gray-300 */
	padding-left: 1rem; /* pl-4 */
	font-style: italic; /* italic */
	margin: 1rem 0; /* my-4 */
}
