/* OpenSans Font Faces */
@font-face {
  font-family: 'OpenSans';
  src: url('opensans-regular.eot');
  src: url('opensans-regular.eot?#iefix') format('embedded-opentype'),
       url('opensans-regular.woff') format('woff'),
       url('opensans-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OpenSans';
  src: url('opensans-light.eot');
  src: url('opensans-light.eot?#iefix') format('embedded-opentype'),
       url('opensans-light.woff') format('woff'),
       url('opensans-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OpenSans';
  src: url('opensans-semibold.eot');
  src: url('opensans-semibold.eot?#iefix') format('embedded-opentype'),
       url('opensans-semibold.woff') format('woff'),
       url('opensans-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OpenSans';
  src: url('opensans-bold.eot');
  src: url('opensans-bold.eot?#iefix') format('embedded-opentype'),
       url('opensans-bold.woff') format('woff'),
       url('opensans-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OpenSans';
  src: url('opensans-extrabold.eot');
  src: url('opensans-extrabold.eot?#iefix') format('embedded-opentype'),
       url('opensans-extrabold.woff') format('woff'),
       url('opensans-extrabold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

