:root{

    /* Brand Colors */

    --primary:#8DD069;
    --secondary:#60A665;

    --blue:#2F80ED;
    --blue-dark:#2563EB;

    --teal:#2C7961;
    --dark-green:#245743;

    /* Backgrounds for Light Theme */
    --background:#FFFFFF;
    --background-2:#FFFFFF;
    
    /* Keep Navbar Dark for contrast */
    --navbar:#0F172A;

    /* Text Colors */
    --white:#FFFFFF;
    --gray:#E5E7EB;
    --text-main: #000000;
    --text-muted: #000000;

    /* Cards and Borders */
    --card:#F9FAFB;
    --border:rgba(141,208,105,.25);
    --border-light: rgba(0, 0, 0, 0.08);

    --shadow:0 8px 30px rgba(0,0,0,.06);

    --radius:18px;

    --transition:.35s ease;

}

p {
    color: var(--text-muted);
}
