/*
SCHEMA STYLESHEET

@description: Schema Template Starter Stylesheet
@author: Milos Jeremic (milosjeremic.com)
@version: 0.2
*/

/*--------------------------------------------------------------

TABLE OF CONTENTS:

00. Document Setup
01. Theme
02. Dark Theme
03. Components
04. Layout
05. Print

--------------------------------------------------------------*/

/*--------------------------------------------------------------
00. Document Setup
--------------------------------------------------------------*/

@import url(reset.css);

/*--------------------------------------------------------------
01. Theme
--------------------------------------------------------------*/

@import url(theme.css);

/*--------------------------------------------------------------
02. Dark Theme
--------------------------------------------------------------*/

/* @import url(css/theme-dark.css); */

/*--------------------------------------------------------------
03. Components
--------------------------------------------------------------*/

@import url(components.css);

/*--------------------------------------------------------------
04. Layout
--------------------------------------------------------------*/

@import url(layout.css);

/*--------------------------------------------------------------
05. Print
--------------------------------------------------------------*/

@import url(print.css);
