/*
*
|  Page Name       : global.css
|  Description     : css for global
|  Created by      : Kathlynn
|  Date Created    : November 2018
|  Last Update by  : Kathlynn Gallardo
|  Last update     : November 2018
*
*/
body ,html{
	font-family: 'Apercu', sans-serif;
	color: #707070 !important;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	font-size: 18px;
}
body{
	overflow-x: hidden;
	font-weight: 400;
	height: 100%;
	font-family: 'Apercu', sans-serif;
}
