@font-face {
  font-family: "Exo2";
  src: url("Exo2-Medium.otf") format("opentype");  
    font-weight: 500;
    font-style: normal;
}

@font-face {
  font-family: "Exo2";
  src: url("Exo2-Light.otf") format("opentype");  
    font-weight: 300;
    font-style: normal;
}


@font-face {
  font-family: "Exo2";
  src: url("Exo2-Regular.otf") format("opentype");  
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: "Exo2";
  src: url("Exo2-SemiBold.otf") format("opentype");  
    font-weight: 200;
    font-style: normal;
}

@font-face {
  font-family: "Exo2";
  src: url("Exo2-Thin.otf") format("opentype");  
    font-weight: 100;
    font-style: normal;
}


@font-face {
  font-family: "Exo2";
  src: url("Exo2-Bold.otf") format("opentype");
  font-style: bold;
  font-weight: bold;
}
