.fs-xs{
	font-size: 0.8rem !important;
}
.fs-sm{
	font-size: 0.9rem !important;
}
.fs-0 {
	font-size: 100% !important;
}
.fs-1 {
	font-size: 110% !important;
}
.fs-2 {
	font-size: 120% !important;
}
.fs-3 {
	font-size: 130% !important;
}
.fs-4 {
	font-size: 140% !important;
}
.fs-5 {
	font-size: 150% !important;
}
.fs-6 {
	font-size: 160% !important;
}
.fs-7 {
	font-size: 170% !important;
}
.fs-8 {
	font-size: 180% !important;
}
.fs-9 {
	font-size: 190% !important;
}
.fs-10 {
	font-size: 200% !important;
}


.text-primary{
	color: #0093AB !important;
}
.text-orange{
	color: #FF7B54 !important;
}
.text-grey{
    color: #73777B !important;
}
.strong{
    font-weight: 600 !important;
}
.bold{
    font-weight: 700;
}