////
/// Generic imports.
///
/// This is the first point that real CSS is output. Resets, normalization,
/// fonts, etc. are best handled here. These are the base styles that other
/// styles will build upon.
///
/// @group  Generic
/// @author Lee Anthony <seothemeswp@gmail.com>
/// @link   https://seothemes.com/themes/genesis-starter-theme
////

@import "normalize";
@import "box-sizing";
@import "container";
