//
// import custom scss, content to be set in deployment.
//
@import "head";

// First import journal variables
@import "bootswatch/cerulean/variables";

//
// import bootstrap.
//
@import "bootstrap";
@import "bootstrap-responsive";

//
// LEAP web app specific overrides
//
@import "leap";

// And finally bootswatch style itself
@import "bootswatch/cerulean/bootswatch";

//
// import custom scss, content to be set in deployment.
//
@import "tail";