.Title{
        color: #000;

    /* HeroTitles */
      font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.Title-Green{
    color: #6DB34C;

    /* HeroTitles */
      font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.BodyText{
   color: #000;

    /* Text */
      font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.Subtitles{
    color: #000;
      font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.Subtitles-Green{
    color: #6DB34C;
      font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
