html {
    scroll-behavior: smooth;
}

body { font-family: 'Inter', sans-serif; }
.gradient-text {
    background: linear-gradient(90deg, #3b82f6, #2dd4bf);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.timeline-dot {
    position: absolute;
    left: -0.375rem;
    top: 0.375rem;
    width: 0.75rem;
    height: 0.75rem;
    background-color: #3b82f6;
    border-radius: 9999px;
}