/*
 * Fonts
 */
@font-face {
  font-family: 'LetterGothicStd Bold';
  src: url('./../fonts/LetterGothicStd-Bold.eot?#iefix') format('embedded-opentype'),  
  url('./../fonts/LetterGothicStd-Bold.woff') format('woff'), 
  url('./../fonts/LetterGothicStd-Bold.ttf')  format('truetype'), 
  url('./../fonts/LetterGothicStd-Bold.svg#LetterGothicStd-Bold') format('svg');
}
@font-face {
  font-family: 'Gotham Bold';
  src:  url('./../fonts/GothamBold.otf')  format('opentype'),
      url('./../fonts/GothamBold.woff')  format('woff'),
      url('./../fonts/GothamBold.ttf')  format('truetype'),
      url('./../fonts/GothamBold.svg#GothamBold') format('svg');
}