Using CSS custom properties (variables) - CSS: Cascading Style Sheets | MDN - developer.mozilla.org
--custom-property: value;
font-size: var(--custom-property);