/*
* author: Ants Creation (Pvt) Ltd
* email: info@ants.lk
* web: www.ants.lk
* description: all theme variables
*/

:root {
    --theme-font: 'Space Grotesk';
    --theme-font1: 'Playfair_Display';
    /* HEX */
    --theme_black:#000000;
    --theme_color:#000000;
    --theme_color_hover:#D6D6D6;
    --theme_gray:#EEEEEE;

    --theme1:#262262;
    --theme2:#F5B22B;

    --theme3:#584DFF;
    --theme4:#E77074;
    --theme5:#6D6D6D;
    --theme6:#202020;
    --theme7:#B5B5B5;
    --theme8:#112709;
    --theme9:rgba(251, 213, 220, 0.4);
    --theme10:#FDE8B1;

    --txt-color:#6a6a6a;
    --txt-color-1:#989898;
    --txt-color-2:#9B9B9B;
    --txt-color-3:#818181;
    --footer-color1:#414141;
    --footer-color2:#272727;

    --font-color: #333333;
    --white: #FFFFFF;
    --black: #000000;
    --bg_gray:#F1F1F1;
    --bg_gray1: #efefef;
    --bg_gray_white: #f9f9f9;
    --bg_card_list_hover:#F5F5F5;
    --footer: #302f2c;
    --copyright: #292825;
    --rating: #ffc400;
    --border_color: #e2e5ec;
    --border_color1: #707070;
    --border-color2: #DBDBDB;

    /* RGBA */
    --theme_rgba: 211, 17, 69;
    /* shadow */
    --theme_box_shadow: 0px 0px 10px 5px #dddddd;
}
