/*
==================================================
Main Stylesheet
--------------------------------------------------
Imports the complete Web Template CSS framework.

This is the only stylesheet that should be linked
from HTML pages.

Project:
    Web Template

Version:
    0.2
==================================================
*/


/* ==========================================
   Foundation
   ========================================== */

@import url("reset.css");

@import url("variables.css");

@import url("typography.css");


/* ==========================================
   Layout
   ========================================== */

@import url("layout.css");

@import url("utilities.css");


/* ==========================================
   Components
   ========================================== */

@import url("components.css");

/* ==========================================
   Site Theme
   ========================================== */

@import url("site.css");
