
*{ outline: none !important; box-sizing: border-box; }
html { -webkit-tap-highlight-color: transparent; }
html, body{
	position: relative;
	width: 100%;
	margin: 0px !important;
	padding: 0px;
	font-size: 14px;
	font-weight: 400;
	color: #3F4B52;
	font-family: Poppins;
}  
body{ padding: 0px; background: white; }

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: normal;
	src: url('/wp-content/themes/roots/assets/fonts/Poppins-Regular.woff') format('woff');
}@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: normal;
	src: url('/wp-content/themes/roots/assets/fonts/Poppins-Italic.woff') format('woff');
}@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 100;
	src: url('/wp-content/themes/roots/assets/fonts/Poppins-Light.woff') format('woff');
}@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url('/wp-content/themes/roots/assets/fonts/Poppins-Medium.woff') format('woff');
}@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 400;
	src: url('/wp-content/themes/roots/assets/fonts/Poppins-MediumItalic.woff') format('woff');
}@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	src: url('/wp-content/themes/roots/assets/fonts/Poppins-Bold.woff') format('woff');
}@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 700;
	src: url('/wp-content/themes/roots/assets/fonts/Poppins-BoldItalic.woff') format('woff');
}@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 900;
	src: url('/wp-content/themes/roots/assets/fonts/Poppins-ExtraBold.woff') format('woff');
}@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 900;
	src: url('/wp-content/themes/roots/assets/fonts/Poppins-ExtraBoldItalic.woff') format('woff');
}


.clear{ clear: both !important; }
.bold{ font-weight: bold; }
