Use this directory to define all of the variable attributes that are referenced within all SCSS files.
Variables should, where practicable, follow the naming convention $[type]-[context]-[value]. For example:
$color-text-red: #FF2222;
$color-border-silver: #DDDDDD;
$font-size-large: 3rem;