/* Custom overrides for TypeDoc + Material theme */

/* Smooth scrolling */
html {
	scroll-behavior: smooth;
}

/* Slightly larger page title */
.tsd-page-title h1 {
	font-size: 2.25rem;
	font-weight: 700;
}

/* Polished code blocks */
pre {
	border-radius: 8px;
}

/* README section link styling */
.tsd-readme a {
	font-weight: 500;
}

/* Subtle hover lift for navigation items */
.tsd-navigation a:hover {
	padding-left: 0.25rem;
	transition: padding-left 0.15s ease;
}
