.footer-crabe {
    a {
        @apply transition-colors duration-300;
        &:hover {
            @apply text-secondary;
        }
    }

    .menu-footer {
        a {
            &[target="_blank"] {
                @apply text-secondary;
                &:hover {
                    @apply text-primary;
                }
            }
        }
    }
}