@charset "utf-8";

/*----------
* theme: Global Chess Kids (Pvt) Ltd
* Author: ANTS Creation
* Url : https://www.ants.lk/
----------------------------
* color css file
----------------------------------*/

:root {
    /*Hexa Decimal Colors ---------*/
    --white: #ffffff;
    --black: #000000;
    --theme1-color: #e7c900;
    --theme2-color: #b9a102;
    --theme3-color: #031221;
    --title-color: #0c2e60;
    --txt-color: #979aa0;
    --header-btn: #e7c900;
    --header-btn-hover: #e7c900;
    /*RGBA Colors ------------------*/
    --tp-white: rgba(255, 255, 255, 0.5);
    --tp-black: rgba(0, 0, 0, 0.5);
    --tp-blue: rgba(3, 18, 33, 0.5);
}