@font-face {
	font-family: TasaSemiBold;
	src: url("../FONTS/TASAExplorer-SemiBold.ttf");
}
* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	font-family: TasaSemiBold;
}
body {
	width: 100%;
}
