@font-face {
  font-family: 'BCSansRegular';
  src: url('britishcouncilsansregular.woff.ttf') format('truetype'),
       url('BritishCouncilSansRg.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BCSansItalic';
  src: url('britishcouncilsansitalic.woff.ttf') format('truetype'),
       url('BritishCouncilSansIt.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'BCSansBold';
  src: url('BritishCouncilSansBold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'BCSansLight';
  src: url('BritishCouncilSansXLt.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'BCSansBlack';
  src: url('BritishCouncilSansBlk.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}