/* Minimal extras beyond Tailwind */
html, body {
	scroll-behavior: smooth;
}

/* Timeline guide for milestones */
#about ol {
	position: relative;
}
#about ol::before {
	content: "";
	position: absolute;
	left: 0.5rem;
	top: 0.25rem;
	bottom: 0.25rem;
	width: 2px;
	background: linear-gradient(to bottom, rgba(139,92,246,0.5), rgba(236,72,153,0.25));
}


