@font-face {
  font-family: 'Soho';
  src: url('../fonts/soho/SohoGothicPro-Regular.eot');
  src: url('../fonts/soho/SohoGothicPro-Regular.eot?#iefix') format('embedded-opentype'),
     url('../fonts/soho/SohoGothicPro-Regular.woff') format('woff'),
     url('../fonts/soho/SohoGothicPro-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Soho';
  src: url('../fonts/soho/SohoGothicPro-Medium.eot');
  src: url('../fonts/soho/SohoGothicPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/soho/SohoGothicPro-Medium.woff') format('woff'),
    url('../fonts/soho/SohoGothicPro-Medium.ttf') format('truetype');
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'Soho';
  src: url('../fonts/soho/SohoGothicPro-Bold.eot');
  src: url('../fonts/soho/SohoGothicPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/soho/SohoGothicPro-Bold.woff') format('woff'),
    url('../fonts/soho/SohoGothicPro-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: 'Soho-Light';
  src: url('../fonts/soho/SohoGothicPro-Light.otf');
}