body {
    font-family: 'Inter', sans-serif;
}
.timeline-dot {
    transform: translateX(-50%);
}
body, header, footer, .timeline-card {
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}