/* --- Colors --- */
:root {
    --main: #33564D;
    --main-light: #B0DCDB;
    --main-lighter: #EBF3F2;

    --main-secondary: #8E1F0E;
    --main-secondary-light: #EFDFDC; 

    --body-color: #161616;
    --body-light: #444;
    --body-dark: #333;

    --cta-green: #71a92a;
    --grey: #ced4da;
    --grey-light: #e4e4e4;
    --grey-bg: #f4f4f4;
}