/**
 * @file font.css
 *
 * Add relevant font-face here
 */

@font-face {
  font-family: 'cbs-sans-bold';
  src: url('fonts/cbs_new_bold-webfont.eot');
  src: url('fonts/cbs_new_bold-webfont.eot%3F') format('embedded-opentype'),
       url('fonts/cbs_new_bold-webfont.woff') format('woff'),
       url('fonts/cbs_new_bold-webfont.ttf') format('truetype'),
       url('fonts/cbs_new_bold-webfont.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'cbs-sans-regular';
  src: url('fonts/cbs_new_regular-webfont.eot');
  src: url('fonts/cbs_new_regular-webfont.eot%3F') format('embedded-opentype'),
       url('fonts/cbs_new_regular-webfont.woff') format('woff'),
       url('fonts/cbs_new_regular-webfont.ttf') format('truetype'),
       url('fonts/cbs_new_regular-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'cbs-serif-modern';
  src: url('fonts/cbs_old-webfont.eot');
  src: url('fonts/cbs_old-webfont.eot%3F') format('embedded-opentype'),
       url('fonts/cbs_old-webfont.woff') format('woff'),
       url('fonts/cbs_old-webfont.ttf') format('truetype'),
       url('fonts/cbs_old-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

