*{
    font-family: Poppins;
}

.text-justify{
    text-align: justify;
}
.text-indent-5{
    text-indent: 5%;
}

.bg-custom-primary{
    background-color: #00FF00;
}
.bg-custom-secondary{
    background-color: #00a776;
}

.bg-custom-tertiary{
    background-color:  #323b56;
}

.text-custom-primary{
    color: #00FF00;
}
.text-custom-secondary{
    color: #00a776;
}

.font-primary{
    font-family: Poppins, 'Courier New', Courier, monospace;
}
.font-secondary{
    font-family: Montserrat, 'Courier New', Courier, monospace;
}

.font-size-12 {
    font-size: 12px;
}
.font-size-14 {
    font-size: 14px;
}
.font-size-16 {
    font-size: 16px;
}
.font-size-18 {
    font-size: 18px;
}
.font-size-20 {
    font-size: 20px;
}
.font-size-22 {
    font-size: 22px;
}
.font-size-24 {
    font-size: 24px;
}
.font-size-30 {
    font-size: 30px;
}
.font-size-36 {
    font-size: 36px;
}
.font-size-40 {
    font-size: 40px;
}

.font-size-50 {
    font-size: 50px;
}

.font-weight-500 {
    font-weight: 500;
}
.font-weight-600 {
    font-weight: 600;
}
.font-weight-700 {
    font-weight: 700;
}
.font-weight-800 {
    font-weight: 800;
}
.font-weight-900 {
    font-weight: 900;
}
 