
@font-face {
    font-family: Kugile_Demo;
    src: url(Kugile_Demo.ttf);
  }



  @font-face {
    font-family: ArticulatCF-Regular;
    src: url(ArticulatCF-Regular.otf);
  }
  @font-face {
    font-family: ArticulatCF-DemiBold;
    src: url(ArticulatCF-DemiBold.otf);
  }


  *{
/* font-family: "Mongkrain"; */
scroll-behavior: smooth;
  }



 body {
    overscroll-behavior: none;
}

.logo{
    font-family: Kugile_Demo;
}

.satoshi{
    font-family: 'Satoshi', sans-serif;
}

.clash{
    font-family: 'Clash Display', sans-serif;
}

.articulat-reg{
    font-family: 'ArticulatCF-Regular', sans-serif;;
}

.articulat-semi{
    font-family: 'ArticulatCF-DemiBold', sans-serif;;
}

.inter{
    font-family: 'Inter', sans-serif;
}