Summary
Having all of the variables fallback to everything is great for when you want absolute control over everything, but sometimes you want to reference custom props without having to go through sass imports.
Solution
Add a "custom-props" file that defines literally every variable possible in graupl.
Alternatives
Have each component have a custom-props file that can be referenced if needed (this might be a better option)