@charset "utf-8";
/*----------
* theme: 
* Author: ANTS Creation
* Url : https://www.ants.lk/
----------------------------
* color css file
----------------------------------*/

:root {

    /*Hexa Decimal Colors ---------*/
    --theme-1: #031888;
    --theme-1-lite: #5a6bc7;
    --theme-2: #6984c2;
    
    --txt-color: #83868c;
    --gr-3: linear-gradient(90deg, rgb(67, 25, 29) 0%, rgb(91, 65, 68) 41%, rgba(248, 237, 239, 0.3) 100%);    

    /*RGBA Colors ------------------*/

    
    



    

}