/* FONTS */
 @font-face {
      font-family: 'bodytext';
      src: url('../webfonts/MontserratLight.otf') format('opentype');
      font-weight: normal;
      font-style: normal;
  }
 @font-face {
      font-family: 'bodytext';
      src: url('../webfonts/Montserrat.otf') format('opentype');
      font-weight: bold;
      font-style: normal;
  }
 @font-face {
      font-family: 'bodytext';
      src: url('../webfonts/MontserratItalic.otf') format('opentype');
      font-weight: normal;
      font-style: italic;
  }
 @font-face {
      font-family: 'bodytext';
      src: url('../webfonts/MontserratBoldItalic.otf') format('opentype');
      font-weight: bold;
      font-style: italic;
  }
@font-face {
	  font-family: 'asides';
	  src: url('../webfonts/RobotoCR.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
}
@font-face {
	  font-family: 'asides';
	  src: url('../webfonts/RobotoCI.ttf') format('truetype');
      font-weight: normal;
      font-style: italic;
}
@font-face {
	  font-family: 'asides';
	  src: url('../webfonts/RobotoCB.ttf') format('truetype');
      font-weight: bold;
      font-style: normal;
}
@font-face {
	  font-family: 'asides';
	  src: url('../webfonts/RobotoCBI.ttf') format('truetype');
      font-weight: bold;
      font-style: italic;
}
 @font-face {
      font-family: 'headline';
      src: url('../webfonts/georgiab.ttf') format('truetype');
      font-weight: bold;
      font-style: normal;
  }
 @font-face {
      font-family: 'headline';
      src: url('../webfonts/georgiaz.ttf') format('truetype');
      font-weight: bold;
      font-style: italic;
  }

	  