﻿/*Font size */
.f-size-10 {
    font-size: 10px;
}

.f-size-12 {
    font-size: 12px;
}

.f-size-14 {
    font-size: 14px;
}

.f-size-15 {
    font-size: 15px;
}

.f-size-16 {
    font-size: 16px;
}

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

.f-size-20 {
    font-size: 20px !important;
}

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

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

.f-size-25 {
    font-size: 25px !important;
}

.f-size-29 {
    font-size: 29px;
}

.f-size-30 {
    font-size: 30px;
}

.f-size-47 {
    font-size: 47px;
}

/* Font Weight */

.font-regular {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semi-bold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-extra-bold {
    font-weight: 800;
}

.font-black {
    font-weight: 900;
}

.font-light {
    font-weight: 300;
}

.font-extra-light {
    font-weight: 200;
}
/*text */
.text-decoration-underline
{
    text-decoration:underline;
}

/*flex */
.justify-content-evenly {
    justify-content: space-evenly;
}

/*font*/

.font-family-oswald {
    font-family: oswald;
}









