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

/* – 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";

/*Bootstrap 4 grid system*/
/*@import "grid/grid/bootstrap-grid"; */

/* Theming (for want of a better word)
/* Anything that creates emotion, colour, typography etc.
/* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
@import "theme/mark1/colours+vars";
@import "theme/mark1/typography";
@import "theme/mark1/buttons";
@import "theme/mark1/forms"; 
@import "theme/mark1/tables"; 
@import "theme/mark1/tooltip"; 
@import "theme/mark1/navigation";
@import "theme/mark1/design-elements";
@import "theme/mark1/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;
}
*/

