// ========================================================================
// BASE
// Global styles such as non-vendor resets, typography, etc.
// ========================================================================

/***
The base/ folder holds what we might call the boilerplate code for the project. 
In there, you might find the reset file, some typographic rules, and probably a 
stylesheet defining some standard styles for commonly used HTML elements.
***/

@import 'resets';
@import 'typography';
