/* --- Colors --- */
:root {
    --main: #E66354;

    --main-light: #D9C7B2;

    --main-lighter: #f9f7f4;
    --bg-lighter-opacity: rgb(249 247 244 / 75%);

    --main-secondary: #93B9B8;
    --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;
}