
:root {
    /*main*/
    --main-color: #46614e;
    
    /*text color*/
    --main-heading: #466246;
    --about-heading: #000000;
    --button-color: #ffffff;
    --new-rate: #466246;
    --old-rate: #999999;
    --discount-rate: #466246;
    
    /*background color*/
    --button-background: #46624e;
    --instock-background: #3a8a0b;
    --outstock-background: #ee1111;
    --footer-background: #637969;
    
    /*font*/
    --font: "Poppins", sans-serif !important;
    
    /*extra*/
    --blue: #cb2b1d;
    --link: #46614e;
}
