@font-face {
	font-family: "font1";
	font-style: normal;
	font-weight: 400;
	font-weight: bold;
	src: url("888-Black.otf");
}
@font-face {
	font-family: "font2";
	font-style: normal;
	font-weight: 400;
	font-weight: bold;
	src: url("888-DemiBold.otf");
}

@font-face {
	font-family: "font3";
	font-style: normal;
	font-weight: 400;
	font-weight: bold;
	src: url("CreteRound-Regular.ttf");
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: purple;
	opacity: 1; /* Firefox */
  }

