/*
 * Project_Name: Weather
 * Author: Themezy
 * Email: contact[at]themezy.com
 * Url: http://www.themezy.com
 * 
 * MAIN STYLESHEET
 * Imports all modular CSS files.
 */

@import 'css/reset.css';
@import 'css/components.css';
@import 'css/header.css';
@import 'css/hero.css';
@import 'css/forecast.css';
@import 'css/widgets.css';
@import 'css/features.css';
@import 'css/footer.css';
@import 'css/theme.css';
@import 'css/home.css';