:root{
    --primary: #0F172A;
}

.color-gray:hover{
    color: var(--primary) !important;
}