:root  {
    --light-white: rgb(185, 184, 184);
}

.light-white {
    color:var(--light-white)
}