/**
* Theme Name: RiseHand Child
* Description: This is a child theme of RiseHand, generated by Merlin WP.
* Author: <a href="https://themeforest.net/category/wordpress?term=steelthemes&#038;view=grid#content">Steelthemes</a>
* Template: risehand
* Version: 1.2.7
*/

:root{
    // Font family
    --font-family-main: 'Metrophobic', sans-serif;
    --font-family-text: 'Metrophobic', sans-serif;
    --font-family-extra: 'Metrophobic', sans-serif;  
    // primary colors
    --color-set-one-1: #76ab24 !important;
    --color-set-one-1-rgba: 118, 171, 36;
    --color-set-one-2:#76ab24 !important;
    --color-set-one-2-rgba:118, 171, 36;
    --color-set-one-3:#1a1a1a;
    --color-set-one-3-rgba: 26,26,26;
}