@font-face {
    font-family: Elpi_bold;

  src: url("./otf/Elpi-Bold.otf") ,
       url("./otf/Elpi-Light.otf"),
       url("./otf/Elpi-Medium.otf") , 
       url("./otf/Elpi-Regular.otf");
         
    /* font-weight: 700; */
    font-style: normal;
  }
  @font-face {
    font-family: Elpi_Light;

  src:url("./otf/Elpi-Light.otf");
         
    /* font-weight: 700; */
    font-style: normal;
  }
  @font-face {
    font-family: Elpi_Medium;

  src:url("./otf/Elpi-Medium.otf");
         
    /* font-weight: 700; */
    font-style: normal;
  }
  @font-face {
    font-family: Elpi_Regular;

  src:url("./otf/Elpi-Regular.otf");
         
    /* font-weight: 700; */
    font-style: normal;
  }
  *{
    font-family: Elpi_bold;    
  }
 