/* This clears all broweser defaults and lets us use our layout, colors and typography */
@import "stylesheets/normalize.css"; 

/* These are our styles that are now applied to the site */
@import "stylesheets/layout.css";
@import "stylesheets/colors.css";
@import "stylesheets/typography.css";
@import "stylesheets/headers.css";
@import "stylesheets/datatable.css";
