Getting Started with CSS Custom Properties
Custom properties (sometimes referred to as CSS variables) are entities defined by CSS authors that contain specific values to be reused throughout a document.
They are set using custom property notation and are accessed using the var() function.