@import url("layout.css");
@import url("styles.css");

/* Reset HTML to basic and import main css files */

* {
   box-sizing: border-box; -o-box-sizing: border-box; -icab-box-sizing: border-box; -khtml-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}

/* Fonts have a habit of not rippling through certain CSS elements so we have included the */
/* tag "global font" throughout so you can easily search/replace if you want to change it  */




