.fs-198{
    font-size: 12px;
}
.fs-199{
    font-size: 14px !important;
}
.fs-200{
    font-size: 16px;
}
.fs-201{
    font-size: 16px;
}
.fs-202{
    font-size: 18px;
}
.fs-203{
    font-size: 20px;
}
.fs-204{
    font-size: 21px;
}
.fs-205{
    font-size: 22px;
}
.fs-205{
    font-size: 26px;
}

/* FOnt Weight */
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700 !important;
}
.fw-800{
    font-weight: 800;
}
.fw-900{
    font-weight: 900;
}

/* Border Radius  */
.radius-6{
    border-radius: 6px !important;
}
.radius-8{
    border-radius: 8px !important;
}
.radius-10{
    border-radius: 10px !important;
}
.radius-12{
    border-radius: 12px !important;
}
.radius-14{
    border-radius: 14px !important;
}
.radius-16{
    border-radius: 16px !important;
}
.radius-18{
    border-radius: 18px !important;
}
.radius-20{
    border-radius: 20px !important;
}
.radius-22{
    border-radius: 22px !important;
}
.radius-50{
    border-radius: 50% !important;
}
.text-black{
    color: black;
}
.bg-black{
    background-color: black;
}


