@font-face {
  font-family: 'Roboto Light';
  font-style: normal;
  src: url(/structure/fonts/roboto/Roboto-Light.eot); /* For IE6-8 */
  src: local('Roboto Light'),
       url(/structure/fonts/roboto/Roboto-Light.woff2) format('woff2'),
       url(/structure/fonts/roboto/Roboto-Light.woff) format('woff'),
       url(/structure/fonts/roboto/Roboto-Light.ttf) format('truetype');
}

h1.light, h2.light, h3.light, h4.light, h5.light, h6.light, p.light {
  font-family: 'Roboto Light';
  font-style: normal;
  display: block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: break-word;
  white-space: normal;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
	
}

h1.light {
  font-size: 32px;
}
h1.light.fs25.uc {
  font-size: 32px;
  text-transform: uppercase;
}

h2.light.fs25 {
  font-size: 25px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}


h2.light {
  font-size: 30px;
  line-height: 32px;
  padding-top: 0px;
  margin-top: 6px;
}
h3.light {
  font-size: 25px;
}
h4.light {
  font-size: 18px;
}
h5.light {
  font-size: 15px;
}
h6.light {
  font-size: 12px;
}
p.light {
	font-size: 15px;
	line-height: 18px;
	padding: 0 0 18px 0;
}