/* ============================== INDEX  ============================== */

/* ===================== Gray ===================== */

/* =============== Title =============== */

.main_title{
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 72px;
}
.main_subtitle {
    font-family: Dosis;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
}
.main_subtitle_bold {
    font-family: Dosis;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
}
.main_subtitle_italic {
    font-family: Dosis;
    font-style: italic;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
}
.part_title {
    font-family: Dosis;
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 46px;
}

/* =============== Button =============== */

.button_orange {
    font-family: Dosis;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}

.button_violet {
    font-family: Dosis;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}

/* =============== Badges =============== */
.badge_title{
    font-family: Poppins;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 21px;
}

.badge_item{
    font-family: Dosis;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
}

/* ===================== Dark-cyan ===================== */

/* =============== Left =============== */

.secondary_title {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
}

/* =============== Right =============== */

/*.tertiary_subtitle {
    font-family: Dosis;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 25px;
}*/

.tertiary_subtitle {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
}


.secondary_subtitle {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
}



.secondary_subtitle_functionnalities {
    font-family: Dosis;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
}

.functionalities_title {
    font-family: Dosis;
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 46px;
}
/* =============== white on green text =============== */

.about {
    font-family: Dosis;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
}

.about_bold {
    font-family: Dosis;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
}


/* =============== Thumbnails =============== */

.thumbnail {
    font-family: Dosis;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
}

h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
}
