/*REGULAR*/
    @font-face{
        font-family: HPSimplified;
        src: url(hps/cyrillic-regular-eot.eot); /* IE9 compat */
        src: url(hps/cyrillic-regular-eot.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
            /* non-IE */
        url('hps/cyrillic-regular-woff.woff') format('woff'), /*IE9 and some modern browsers*/
        url('hps/cyrillic-regular-ttf.ttf') format('truetype'); /*iOS, Android, Safari*/

        font-weight: normal;
        font-style: normal;
    }
    /*BOLD*/
    @font-face{
        font-family: HPSimplified;
        src: url(hps/cyrillic-bold-eot.eot); /* IE9 compat */
        src: url(hps/cyrillic-bold-eot.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
            /* non-IE */
        url('hps/cyrillic-bold-woff.woff') format('woff'), /*IE9 and some modern browsers*/
        url('hps/cyrillic-bold-ttf.ttf') format('truetype'); /*iOS, Android, Safari*/

        font-weight: bold;
        font-style: normal;
    }
    
    /*LIGHT*/
	@font-face {
	  font-family: HPSimplifiedLight;
	  src: url('hps/cyrillic-light-eot.eot');
	  /* IE9 compat */
	  src: url('hps/cyrillic-light-eot.eot?#iefix') format('embedded-opentype'), 
	  url('hps/cyrillic-light-woff.woff') format('-woff.woff'),
	   url('hps/cyrillic-light-ttf.ttf') format('truetype');
	  /*iOS, Android, Safari*/
	  font-weight: normal;
	  font-style: normal; 
	  }
    