/*
* author: Ants Creation (Pvt) Ltd
* email: info@ants.lk
* web: www.ants.lk
* description: all theme variables
*/

:root {
    --theme-font: 'Outfit-Regular';
    /* HEX */
    --theme_blue:#063E82;
    --theme_color:#1F5DA8;
    --theme_color_hover:#393a3b;
    --theme_gray:#A8A8A8;
    --theme_red:#C91E1E;
    --theme_green:#2BA737;

    --theme1:#004396;
    --theme2:#393A3B;
    --theme3:#020821;
    --theme4:#040E3A;
    --theme5:#DCDCDC;
    --theme6:#FDD600;
    --theme7:#1C3E11;
    --theme8:#112709;

    --theme9:#020B1C;
    --theme10:#F3F8FF;

    --txt-color:#97918C;
    --txt-color-1:#9A9A9A;
    --txt-color-2:#B5B5B5;
    --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: #E6E6E6;
    --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;

}
