/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 01 2022 | 22:04:59 */
/* => Font Face Fantasie Artistique*/
@font-face {
  font-family: FantasieArtistique;
  src: url("/wp-content/uploads/fanta.ttf");
}
.fantasie{
	font-family: FantasieArtistique!important;
}
/* end of Font Face <- */

/* => Gradient Scrollbar */
*::-webkit-scrollbar-track
{
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
	background-color: #131936;
}
*::-webkit-scrollbar
{
	width: 10px;
	background-color: #BC5AF1;
}
*::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.86, rgb(188 90 241)),
									   color-stop(0.72, rgb(188 90 241)),
									   color-stop(0.86, rgb(188 90 241)));
}
/* end of Gradient Scrollbar <- */

