@import url(//fonts.googleapis.com/css?family=Merriweather:300);


/* – Settings 
@import "0-settings";*/

/* – All variables */
@import "1-vars";

/* – Global mixins – no project specific mixins */
@import "2-mixins";

/* – Global breakpoints */
@import "3-breakpoints";

/* – Deprecated Grid */
@import "4-basic-grid";

/* Theming (for want of a better word)
/* Anything that creates emotion, colour, typography etc.
/* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
@import "theme/vocus/colours+vars";
@import "theme/vocus/sharepoint";

/* Project Specific
/* Anything specific for the project at hand
//* ∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞ */

@import "vendor/icomoon-sharepoint";

body{
  display: block;
  transition: 0.3s all;
}

