/* --- Colors --- */
:root {
    --main: #eda525;
    --main-light: #e9cfa0;
    --main-secondary: #9f147f;
    --main-secondary-light: #d99ecb;

    --body-color: #333;
    --body-light: #888;
    --dark: #111;
    --grey-light: #F7F7F7;
    --grey-border: #e9e5e5;
    --accent: #fcf1ef;
    --cta-green: #07951d;
    --cta-green-dark: #72dacd;
    --grey: #ced4da;

    --bg-dark-opacity: rgb(217 158 203 / 73%);
    --bg-light-secondary-opacity: rgb(217 158 203 / 16%) !important;
    --bg-main-opacity: rgb(237 165 37 / 13%);
}