@font-face {
	font-family: "Lemon Milk";
	font-style: normal;
	font-weight: normal;
	src: url("LemonMilk.woff") format("woff");
}

@font-face {
	font-family: "Lemon Milk Light";
	font-style: normal;
	font-weight: normal;
	src: url("LemonMilklight.woff") format("woff");
}

body {
	font-family: "Rubik", sans-serif;
	color: white;
}

.lm {
	font-family: "Lemon Milk", sans-serif;
}

.lm-light {
	font-family: "Lemon Milk Light", sans-serif;
}

.light {
	font-weight: 300;
}

.semibold {
	font-weight: 600;
}

.bold {
	font-weight: 700;
}

.ultra {
	font-weight: 800;
}

.upper {
	text-transform: uppercase;
}

.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-24 {
	font-size: 24px;
}

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

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

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

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

.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;
}

.text-shadow {
	text-shadow: 0px 0px 3px #000000;
}
