@font-face {
  font-family: notoSansLight;
  src: url(../fonts/NotoSans-Light.woff);
}

@font-face {
  font-family: notoSansBold;
  src: url(../fonts/NotoSans-Bold.woff);
}

/** GLOBAL _______________________||| */

html{
  direction: ltr;
}
*, html{  
  font-family: notoSansLight ;
}
.swiper{
  direction: ltr;
}
/** GLOBAL _______________________||| */

