/*
This file created by Health & Wellness Coach Sr. Developer: Yogesh Ahuja.
For issues contact: mallikawebworld@gmail.com
*/

:root {
    --primary: #2e7d32;          /* Herbalife Green */
    --primary-light: #e8f5e9;
    --sidebar-bg: #ffffff;
    --sidebar-text: #1f2937;
    --bg-light: #f5f7fa;
    --card-bg: #ffffff;
    --text-dark: #1f2937;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: var(--bg-light);
    color: var(--text-dark);
    font-size: 16.5px; /* slightly large */
}
