:root {
  --var-name: value;
}
 
* {
  css-variable: var(--var-name);
}