/* https://google-webfonts-helper.herokuapp.com/fonts/roboto?subsets=latin */
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("/web-portal/javax.faces.resource/pipe/fonts/roboto-v20-latin-regular.eot.xhtml"); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url("/web-portal/javax.faces.resource/pipe/fonts/roboto-v20-latin-regular.eot.xhtml?#iefix") format('embedded-opentype'), /* IE6-IE8 */
       url("/web-portal/javax.faces.resource/pipe/fonts/roboto-v20-latin-regular.woff2.xhtml") format('woff2'), /* Super Modern Browsers */
       url("/web-portal/javax.faces.resource/pipe/fonts/roboto-v20-latin-regular.woff.xhtml") format('woff'), /* Modern Browsers */
       url("/web-portal/javax.faces.resource/pipe/fonts/roboto-v20-latin-regular.ttf.xhtml") format('truetype'), /* Safari, Android, iOS */
       url("/web-portal/javax.faces.resource/pipe/fonts/roboto-v20-latin-regular.svg.xhtml#Roboto") format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url("/web-portal/javax.faces.resource/pipe/fonts/roboto-v20-latin-500.eot.xhtml"); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url("/web-portal/javax.faces.resource/pipe/fonts/roboto-v20-latin-500.eot.xhtml?#iefix") format('embedded-opentype'), /* IE6-IE8 */
       url("/web-portal/javax.faces.resource/pipe/fonts/roboto-v20-latin-500.woff2.xhtml") format('woff2'), /* Super Modern Browsers */
       url("/web-portal/javax.faces.resource/pipe/fonts/roboto-v20-latin-500.woff.xhtml") format('woff'), /* Modern Browsers */
       url("/web-portal/javax.faces.resource/pipe/fonts/roboto-v20-latin-500.ttf.xhtml") format('truetype'), /* Safari, Android, iOS */
       url("/web-portal/javax.faces.resource/pipe/fonts/roboto-v20-latin-500.svg.xhtml#Roboto") format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("/web-portal/javax.faces.resource/pipe/fonts/roboto-v20-latin-700.eot.xhtml"); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url("/web-portal/javax.faces.resource/pipe/fonts/roboto-v20-latin-700.eot.xhtml?#iefix") format('embedded-opentype'), /* IE6-IE8 */
       url("/web-portal/javax.faces.resource/pipe/fonts/roboto-v20-latin-700.woff2.xhtml") format('woff2'), /* Super Modern Browsers */
       url("/web-portal/javax.faces.resource/pipe/fonts/roboto-v20-latin-700.woff.xhtml") format('woff'), /* Modern Browsers */
       url("/web-portal/javax.faces.resource/pipe/fonts/roboto-v20-latin-700.ttf.xhtml") format('truetype'), /* Safari, Android, iOS */
       url("/web-portal/javax.faces.resource/pipe/fonts/roboto-v20-latin-700.svg.xhtml#Roboto") format('svg'); /* Legacy iOS */
}

body  
{ 
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale; 
}