/*	
	If you are reading this in a .css file, please note:
	- This file has been generated from multiple LESS files.
	- Any required changes should be made to the approperiate LESS file and then recompile.
	- All changes made here will be overwritten and lost upon re-compiling.
*/


// ======================================================================================
// This file defines the main structure and bulk of the web site.
// Includes:
// 	• Variables
// 	• HTML Reset
// 	• Typography
// 	• Mixins
// 	• Page Layout
// 	• Grid System
// 	• Mobile Grid Changes
//
// 	Changes to this file are encouraged on a per-project basis...
//	Just edit what you need and recompile using a less preprocessor!
// ======================================================================================

@import 'http://fonts.googleapis.com/css?family=Petrona|Belgrano|Average|Neuton|Actor|Gudea';

// Mixins
	@import 'mixins.less';

// Variables (Fonts, Colours, Grid Sizes etc)
	@import 'variables.less';

// Html Reset
	@import 'reset.less';

// Typography
	@import 'typography.less';

// Grid System Base
	@import 'grid.less';

// TODO: Margin-top on centered columns

// Breakpoints
	@import 'breakpoints/desktop-large.less';
	@import 'breakpoints/desktop.less';
	@import 'breakpoints/tablet-landscape.less';
	@import 'breakpoints/tablet-portrait.less';
	@import 'breakpoints/mobile-landscape.less';
	@import 'breakpoints/mobile-portrait.less';

// Wireframe Styles (borders)
	// @import 'wireframe-styles.less';

// Development Theme (greyscale)
	// @import 'development-theme.less';
