/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
/* 
:root {
    --shade1: #F29727;
    --shade3: #F24C3D;
    --shade2: #ffab23;
    --shade4: #F94C10;
    --dark: #141414;
    --light: #ffffff;
} */
:root {
    --shade4: #3c9460;  /* Russet */
    --dark: #292339;    /* Charcoal */
    --light: #fff9f7;   /* Snow White */
    --shade1: #3D9970;  /* Jungle Green - New Addition */
    --shade2: #2ECC40;  /* Emerald - New Addition */
    --shade3: #A3C9A8;  /* Pastel Green - New Addition */
    --bg:#2ECC4010;
}