via @pengwynn. This is a smart use of Sass to define a separate style guide file for key presentation elements like fonts and colors that the designer can easily modify, while ensuring that the main style sheet can inherit all of those values.
This warms my front-end developer heart as I'm not fond of breaking up a site into separate style sheets for colors, spacing, fonts and the like as it becomes unmanageable or very cumbersome as everyone has to be aware of which files reference any given element, and should a significant change need to be made to the structure of the markup, it must be reflect throughout the site.