/* =========================================================
   THEME COLORS
   ========================================================= */

:root {
    --color-first: #383E1D;
    --color-second: #EDD8B0;
    --color-third: #303F27;
    --color-fourth: #C9E0BD;
    --color-fifth: #565940;
    --color-sixth: #D4D4D4;
    --color-body: #E2E2E2;
}

