//
// Main
// @contribution Tiarê Balbi Bonamini (@tiarebalbi)
// --------------------------------------------------


// Fonts
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

// Mixins tools
@import "mixins";


//Change your theme here 
@theme-name:"default";

.theme {
    @import "themes/@{theme-name}/theme";
}
.theme();

// Includes of Modules
@import "modules";

