/* this is to be used in all places excpet the builder - tyhre body will be hiddewn until all fonts etf are loaded */




@font-face {

  font-family: 'Lato';
  src:  url('../Lato-Regular.ttf')  format('truetype')

}

@font-face {

font-family: 'Open-Sans';
src:  url('../OpenSans-Regular.ttf')  format('truetype')

      }



@font-face {

font-family: 'Rubik';
src:  url('../Rubik-Regular.ttf')  format('truetype')

      }




@font-face {
font-family: 'Graphik';
src:  url('https://www.surveyking.com/fonts/Graphik-Regular-Web.woff2')  format('truetype')
      }



.rubik {
font-family: 'Graphik'!important;
}




.Open-Sans {
font-family: 'Open-Sans'!important;
}


.lato {
font-family: 'Lato'!important;
}


.rubik {
font-family: 'Rubik'!important;
}



.main-font{

font-family: 'Lato'!important;

}

body{



	isibility:  hidden;

}





