body{
	font-family: "neulis-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.semi-bold{
	font-weight: 500;
}

.bold{
	font-weight: 700;
}

.neue{
	font-family: "neulis-neue", sans-serif;
}

.neue.semibold{
	font-weight: 600 !important;
}

.oswald.semibold{
	font-weight: 600 !important;
}

.cursive{
	font-family: "neulis-cursive", sans-serif;
}

.oswald{
	font-family: "oswald", sans-serif;
	font-style: normal;
}

.light{
	font-weight: 300;
}

.extra-light{
	font-weight: 200;
}

.nunito{
	font-family: "nunito", sans-serif;
}

.extra-bold{
	font-weight: 900;
}

.fs-10{
	font-size: 10px;
}

.fs-12{
	font-size: 12px;
}

.fs-14{
	font-size: 14px;
}

.fs-16{
	font-size: 16px;
}

.fs-18{
	font-size: 18px;
}

.fs-20{
	font-size: 20px;
}

.fs-24{
	font-size: 24px;
}

.fs-28{
	font-size: 28px;
}

.fs-32{
	font-size: 32px;
}

.fs-36{
	font-size: 36px;
}

.fs-40{
	font-size: 40px;
}

.fs-48{
	font-size: 48px;
}

.fs-60{
	font-size: 60px;
}

.fs-70{
	font-size: 70px;
}

.fs-80{
	font-size: 80px;
}

.fs-90{
	font-size: 90px;
}

.fs-100{
	font-size: 100px;
}

.fs-110{
	font-size: 110px;
}
.fs-120{
	font-size: 120px;
}
.fs-130{
	font-size: 130px;
}

.upper{
	text-transform: uppercase;
}

.shadow-large{
	text-shadow: 4px 4px 5px rgba(0,0,0,0.4);
}
