body {
 --text-color: red;
 color: var(--text-color);
}

body {
 --textBlue: blue;
 color: var(--textBlue);
}
