@charset "utf-8";
/*----------
* theme: 
* Author: ANTS Creation
* Url : https://www.ants.lk/
----------------------------
* color css file
----------------------------------*/

:root {

    /*Hexa Decimal Colors ---------*/
    --theme-1: #005322;
    --theme-2: #140958; 
    --theme-3: #d9d9d9;
    --theme-4: #fff200;

    --txt-color: #444444;
    /*RGBA Colors ------------------*/
    
}