body {
    font-family: 'Inter', sans-serif;
}

details {
    scroll-margin-top: 80px;
}

@keyframes highlight-pulse {
    0%   { box-shadow: 0 0 0 4px rgba(30, 63, 174, 0.45); }
    100% { box-shadow: 0 0 0 0   rgba(30, 63, 174, 0); }
}

.highlight-target {
    animation: highlight-pulse 1.6s ease-out forwards;
}
