/* define the property */ :root { --main-color: black; } /* use the property */ p { color: var(--main-color); }