:root{
    --red-color: red;
    --black-color: black;
}

.text-shadow{
    text-shadow: 0px 0px 1px var(--black-color);
}