/**
* Theme Name: GreenMart Child
* Description: This is a child theme for GreenMart
* Author: Thembay
* Author URI: https://thembay.com/
* Version: 1.0
* Template: greenmart
*/


/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
body {
    font-family: var(--tb-text-primary-font);
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    color: #2d2c2c;

}