/*
.custom-nav-link.index-link {
    color: var(--clr-accent) !important;
}

.index-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--clr-accent);
}

*/