/* --- Colors --- */
:root {
    --main: #814098;

    --main-light: #E0C4EA;

    --main-lighter: #f9f7f4;
    --bg-lighter-opacity: rgb(249 247 244 / 75%);

    --main-secondary: #9FA545;
    --main-secondary-light: #FDA649;

    --body-color: #111;
    --body-light: #888;

    --grey-light: #F7F7F7;
    --grey-border: #e9e5e5;
    --accent: #fcf1ef;
    --cta-green: #07951d;
    --cta-green-dark: #72dacd;
    --grey: #ced4da;
} 