/*
* author: Ants Creation (Pvt) Ltd
* email: info@ants.lk
* web: www.ants.lk
* description: all theme variables
*/

:root {
    --theme-font: 'Roboto-Regular';
    /* HEX */
    --theme_blue: #64BF47;
    --theme_color: #64BF47;
    --theme_color_hover: #263c97;
    --theme_gray: #f0f2f5;

    --theme1: #20933a;
    --theme2: #f08016;
    --theme3: #020821;
    --theme4: #040E3A;
    --theme5: #DCDCDC;

    --txt-color:#6a6a6a;
    --footer-color: #242424;

    --font-color: #333333;
    --black: #000000;
    --bg_gray: #eeeeee;
    --bg_gray1: #efefef;
    --bg_gray_white: #f9f9f9;
    --bg_card_list_hover: #f9f7f7;
    --footer: #302f2c;
    --copyright: #292825;
    --rating: #ffc400;
    --border_color: #e2e5ec;
    --border_color1: #707070;
    /* RGBA */
    --theme_rgba: 211, 17, 69;
    /* shadow */
    --theme_box_shadow: 0px 0px 10px 5px #dddddd;

}
