/* Font Family declaration */
.font-open-sans {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    line-height: normal;
}

.font-roboto {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    line-height: normal;
}
/*End Font Family declaration */

/* Font Size Declaration */
.font-48px {
    font-size: 48.8304px;
    text-transform: capitalize;
}

.font-39px{
    font-size: 39.0608px;
    text-transform: capitalize;
}

.font-36px {
    font-size: 36px ;
}

.font-31px{
    font-size: 31.2496px;
}

.font-25px{
    font-size: 25px;
}

.font-24px {
    font-size: 24px ;
}

.font-22px {
    font-size: 22px ;
}

.font-20px{
    font-size: 20px;
}

.font-18px {
    font-size: 18px ;
}

.font-16px {
    font-size: 16px ;
    line-height: 24px;
}

.font-13px {
    font-style: normal;
    font-size: 12.8px;
}
/* Font Size Declaration */

@media only screen and (max-width: 767.98px) {
    /* Font Declaration Mobile*/
    .font-48px {
        font-size: 1.802rem;
    }

    .font-39px {
        font-size: 1.602rem;
    }

    .font-36px {
        font-size: 1.5rem ;
    }

    .font-31px {
        font-size: 1.424rem;
    }

    .font-25px,
    .font-24px {
        font-size: 1.266rem;
    }

    .font-20px {
        font-size: 1.066rem;
    }

    .font-18px {
        font-size: 16px;;
    }
    /*End Font Declaration Mobile  */
}
