@font-face {
  font-family: 'CIBFont Sans';
  src: url('../fonts/CIBFontSans/CIBFontSans_Light.OTF') format('opentype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'CIBFont Sans';
  src: url('../fonts/CIBFontSans/CIBFontSans_Regular.OTF') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'CIBFont Sans';
  src: url('../fonts/CIBFontSans/CIBFontSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}