@font-face {
  font-family: 'Exo2';
  font-weight: 100;
  src: url('../fonts/Exo2-Thin.woff') format('woff');

}
@font-face {
  font-family: 'Exo2';
  font-weight: 300;
  src: url('../fonts/Exo2-Light.woff') format('woff');
}
@font-face {
  font-family: 'Exo2';
  font-weight: 400;
  src: url('../fonts/Exo2-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Exo2';
  font-weight: 500;
  src: url('../fonts/Exo2-Medium.woff') format('woff');
}
@font-face {
  font-family: 'Exo2';
  font-weight: 600;
  src: url('../fonts/Exo2-SemiBold.woff') format('woff');
}
@font-face {
  font-family: 'Exo2';
  font-weight: Bold;
  src: url('../fonts/Exo2-Bold.woff') format('woff');
}
@font-face {
  font-family:'Exo2';
  font-weight: 800;
  src: url('../fonts/Exo2-ExtraBold.woff') format('woff');
}
@font-face {
  font-family:'Exo2';
  font-weight: 900;
  src: url('../fonts/Exo2-Black.woff') format('woff');
}
@font-face {
  font-family: 'OpenSans';
  font-weight: 400;
  src: url('../fonts/OpenSans-Regular.woff') format('woff');
}
@font-face {
  font-family: 'OpenSans';
  font-weight: 500;
  src: url('../fonts/OpenSans-Medium.woff') format('woff');
}
@font-face {
  font-family: 'OpenSans';
  font-weight: 300;
  src: url('../fonts/OpenSans-Light.woff') format('woff');
}
@font-face {
  font-family: 'OpenSans';
  font-weight: Bold;
  src: url('../fonts/OpenSans-Bold.woff') format('woff');
}
@font-face {
  font-family: 'OpenSans';
  font-weight: 600;
  src: url('../fonts/OpenSans-SemiBold.woff') format('woff');
}
@font-face {
  font-family:'OpenSans';
  font-weight: 800;
  src: url('../fonts/OpenSans-ExtraBold.woff') format('woff');
}

