/* Fonts */


html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}



/* Clears */

*, *:before, *:after {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	border: 0px solid;
	-webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	line-height: 1.2em;
}
