
/*
	Import 1: Website Elements - controls all h1-h5, a, P, body etc.
*/

@import url("Elements.css");

/*
	Import 2: Website Structure - controls the website layout
*/

@import url("structure.css");

/*
	Import 3: Website Layout - website layout
*/

@import url("Layout.css");

/*
	Import 4: Form Layout - website layout
*/

@import url("Form.css");


