/*
Theme Name: Reedfly
Description: The Reedfly Theme
Version: 1.0
Author: Engine Interactive
Author URI: http://enginei.com
Tags: blog, ecommerce
*/

/**
    REEDFLY COLORS
        000000
        ffffff
        333333
        A5DDE2 # light blue
        12032E # dark blue
**/

/**
    fonts / background / box model / other
**/

/**
    *{
        outline: 1px solid red;
    }
**/

@import url("css/fonts.css");
@import url("css/reset.css");
@import url("css/utility.css");
@import url("css/nav.css");
@import url("css/blog.css");

/* reedfly brand */ 
@import url("css/wireframe.css");
@import url("css/brand.css?v=2");
 
@-ms-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}