Example: @offset-var-x: 1em; :root { --offset-x: 1em; --offset-l: var(--offset-x); --offset-r: var(--offset-x); --offset-one-side-l: calc(var(--offset-x) / 2); --offset-one-side-r: calc(var(--offset-x) / 2); --offset-one-side-x: calc(var(--offset-x) / 2); }