@font-face {
  font-family: "Exo2";
/*  src: url("Exo2-Regular.otf") format("opentype");*/
  src: url("Exo2-Light.otf") format("opentype");
  
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Exo2";
  src: url("Exo2-Bold.ttf") format("opentype");
  font-style: bold;
  font-weight: bold;
}
