@font-face {
  font-family: 'Letter Gothic Std';
  font-style: normal;
  font-weight: normal;
  src: local(''), url('../fonts/LetterGothicStd.woff2') format('woff2'),
    url('../fonts/LetterGothicStd.woff') format('woff');
}

@font-face {
  font-family: 'Letter Gothic Std';
  font-style: italic;
  font-weight: normal;
  src: local(''), url('../fonts/LetterGothicStd-Slanted.woff2') format('woff2'),
    url('../fonts/LetterGothicStd-Slanted.woff') format('woff');
}

@font-face {
  font-family: 'Letter Gothic Std';
  font-style: italic;
  font-weight: bold;
  src: local(''),
    url('../fonts/LetterGothicStd-BoldSlanted.woff2') format('woff2'),
    url('../fonts/LetterGothicStd-BoldSlanted.woff') format('woff');
}
