Render Flow - Default values with !default
Read variable declaration with !default
Check if variable is already set
If not set, assign default value
Use variable value in styles
Compile to CSS
Sass reads variables with !default and assigns them only if they are not already set, then uses these values when compiling CSS.