﻿/*
Placeholder stylesheet
All web pages point to this stylesheet so just do the imports here

Stylesheet organization concepts from "Transcending CSS" by Andy Clarke
*/

@import url(normalize.css);
@import url(layout.css);
@import url(color.css);
@import url(typography.css);