@import url("//fonts.googleapis.com/css?family=Merriweather:300,300italic");
@import url("//fonts.googleapis.com/css?family=Source+Code+Pro:300,500");

/* – bootstrap4 */
@import 'vendor/_bootstrap4.min.css';

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

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

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

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

/* – Deprecated Grid -- sticking around for backwards compatibility */
@import "4-responsive-grid";

/* – Helpers */
@import "5-helpers";

/* Theming (for want of a better word)
/* Anything that creates emotion, colour, typography etc.
/* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
@import "theme/vocus/colours+vars";
@import "theme/vocus/typography";
@import "theme/vocus/buttons";
@import "theme/vocus/forms"; 
@import "theme/vocus/tables";
@import "theme/vocus/navigation";
@import "theme/vocus/design-elements";
@import "theme/vocus/loaders"; 

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

@import "vendor/icomoon";
@import "vendor/apidocs";
@import "vendor/npm";

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

