
  @font-face {

	font-family: "myfont";

	src:

		/* url("../fonts/ArbFONTS-Questv1-Bold.otf") format("truetype"), */

		url("../fonts/ArbFONTS-Questv1-Regular.otf") format("truetype")
        ;

  }

  body,.heading--font,.body--font,p,a,h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 ,li,span,small,div,button,.prize,html,button,input,select,textarea,code,kbd,pre,samp {
	  font-family: "myfont" !important;
  }


