/* FONTS */
 @font-face {
      font-family: 'roddenberry';
      src: url('../webfonts/Roddenberry.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
  }
 @font-face {
      font-family: 'roddenberry';
      src: url('../webfonts/RoddenberryItalic.ttf') format('truetype');
      font-weight: normal;
      font-style: italic;
  }
 @font-face {
      font-family: 'clearface';
      src: url('../webfonts/Clearface.otf') format('opentype');
      font-weight: normal;
      font-style: normal;
  }
 @font-face {
      font-family: 'clearface';
      src: url('../webfonts/ClearfaceI.otf') format('opentype');
      font-weight: normal;
      font-style: italic;
  }
 @font-face {
      font-family: 'clearface';
      src: url('../webfonts/ClearfaceB.otf') format('opentype');
      font-weight: bold;
      font-style: normal;
  }
 @font-face {
      font-family: 'clearface';
      src: url('../webfonts/ClearfaceBI.otf') format('opentype');
      font-weight: bold;
      font-style: italic;
  }  
 @font-face {
      font-family: 'headline';
      src: url('../webfonts/AGBI.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
  }
 @font-face {
      font-family: 'AGB';
      src: url('../webfonts/AGB.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
  }
  @font-face {
      font-family: 'PT Sans';
      src: url('../webfonts/PTS.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
  }
  @font-face {
      font-family: 'PT Sans';
      src: url('../webfonts/PTSI.ttf') format('truetype');
      font-weight: normal;
      font-style: italic;
  }
  @font-face {
      font-family: 'PT Sans';
      src: url('../webfonts/PTSB.ttf') format('truetype');
      font-weight: bold;
      font-style: normal;
  }
  @font-face {
      font-family: 'PT Sans';
      src: url('../webfonts/PTSBI.ttf') format('truetype');
      font-weight: bold;
      font-style: italic;
  }