.f100 {
	font-weight: 100;
}
.f200 {
	font-weight: 200;
}
.f300 {
	font-weight: 300;
}
.f400 {
	font-weight: 400;
}
.f500 {
	font-weight: 500;
}
.f600 {
	font-weight: 600;
}
.f700 {
	font-weight: 700;
}
.f800 {
	font-weight: 800;
}
.f900 {
	font-weight: 900;
}
.f-italic {
	font-style: italic;
}
.txt-s68,
.fs-68 {
	font-size: 68px;
	line-height: 96%;
}
.txt-s40,
.fs-40 {
	font-size: 40px;
	line-height: 100%;
}
.txt-s30,
.fs-30 {
	font-size: 30px;
	line-height: 110%;
}
.txt-s20,
.fs-20 {
	font-size: 20px;
	line-height: 120%;
}
.txt-s18,
.fs-18 {
	font-size: 18px;
	line-height: 160%;
}
.txt-s14,
.fs-14 {
	font-size: 14px;
	line-height: 160%;
}
.txt-s12,
.fs-12 {
	font-size: 12px;
	line-height: 14px;
}
.cl-black {
	color: black;
}
.cl-grey,
.cl-gray {
	color: rgba(46, 46, 51, 1);
}
.cl-white {
	color: rgba(255, 253, 251, 1);
}
.cl-coffee {
	color: rgba(65, 44, 23, 1);
}
.cl-yellow {
	color: rgba(198, 186, 130, 1);
}
.letter-spacing-2 {
	letter-spacing: 2.4px;
}
