/* Navigation active state */
.nav-link.active {
    font-weight: 700;
    text-decoration: underline;
    text-decoration-colour: #b91c1c;
    /* red-800 */
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}
