
/*
-------------------------
Font Families
-------------------------
*/

/* Glyphs */
@font-face {
	font-family: 'sdp-icons';
	src:url('/fonts/sdp-icons.eot?build=15110');
	src:url('/fonts/sdp-icons.eot?build=15110#iefix') format('embedded-opentype'),
		url('/fonts/sdp-icons.ttf?build=15110') format('truetype'),
		url('/fonts/sdp-icons.woff?build=15110') format('woff'),
		url('/fonts/sdp-icons.svg?build=15110#sdp-icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Roboto */
@font-face {
	font-family: 'Roboto';
    src: url('/fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('/fonts/Roboto-Regular-webfont.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Roboto';
    src: url('/fonts/Roboto-Bold-webfont.woff') format('woff'),
         url('/fonts/Roboto-Bold-webfont.ttf') format('truetype');
	font-weight: bold;
    font-style: normal;
}
/*Zoho Puvi*/
@font-face {
	font-family: 'Zoho Puvi';
  src: url('/fonts/zoho-puvi-regular.woff2?build=15110') format('woff2'),
       url('/fonts/zoho-puvi-regular.otf?build=15110') format('opentype');
	font-weight: normal;
}
@font-face {
	font-family: 'Zoho Puvi';
  src: url('/fonts/zoho-puvi-bold.woff2?build=15110') format('woff2'),
       url('/fonts/zoho-puvi-bold.otf?build=15110') format('opentype');
	font-weight: bold;
  font-style: normal;
}
body {
  font-family: 'Roboto', arial;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
	font-variant-ligatures: none; /*contextual language support disabled*/
}
code, kbd, pre, samp {/*overwrite sdpdesign style*/
  font-family: inherit;
}