SASS variables store reusable values like colors, font sizes, and spacing. Variables begin with a $ sign and can hold any CSS value.
Variables are scoped: a variable declared inside a block is only available within that block. Variables declared at the top level are globally available.