/*
* author: Ants Creation (Pvt) Ltd
* email: info@ants.lk
* web: www.ants.lk
* description: all theme variables
*/

@font-face {
    font-family: "Parkinsans";
    src: url("../../fonts/Parkinsans-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Parkinsans";
    src: url("../../fonts/Parkinsans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Parkinsans";
    src: url("../../fonts/Parkinsans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Parkinsans";
    src: url("../../fonts/Parkinsans-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Parkinsans";
    src: url("../../fonts/Parkinsans-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Parkinsans";
    src: url("../../fonts/Parkinsans-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

:root {
    --theme-font: "Parkinsans", sans-serif;

    /* HEX */
    --theme_black:#101010;
    --theme_color:#101010;
    --theme_color_hover:#D6D6D6;
    --theme_gray:#F7F9FC;

    --theme1:#E58989;
    --theme2:#DDB792;
    --theme3:#E07070;
    --theme4:#1A1313;
    --theme5:#8C8DC5;
    --theme6:#B9B9B9;
    --theme7:#F5E3AB;
    --theme8:#FE6375;
    --theme9:#FFF5F5;
    --theme10:#F5DD93;
    --theme11:#F2F3FF;
    --theme12:#0000001C;
    --theme13:#0000001A;
    --theme14:#6D6D6D;
    --theme15:#00000033;
    --theme16:#FFFFFF;

    --txt-color:#555555;
    --txt-color-1:#888888;
    --txt-color-2:#9B9B9B;
    --txt-color-3:#6E6E6E;
    --footer-color1:#414141;
    --footer-color2:#272727;

    --font-color: #2D2D2D;
    --white: #FFFFFF;
    --black: #000000;
    --bg_gray: #F7F8FA;
    --bg_gray1: #4B5563;
    --bg_gray_white: #FAFAFA;
    --bg_card_list_hover:#F5F5F5;
    --footer: #302f2c;
    --copyright: #292825;
    --rating: #F59E0B;
    --border_color: #E5E7EB;
    --border_color1: #707070;
    --border-color2: #E5E7EB;

    /* RGBA */
    --theme_rgba: 229, 112, 112;
    /* shadow */
    --theme_box_shadow: 0px 2px 16px 0px rgba(0,0,0,0.06);
}
