:root{

    /* A high-contrast jewel palette: celebratory without the old pink cast. */
    --primary:#6D28D9;
    --primary-dark:#4C1D95;
    --primary-rgb:109, 40, 217;

    --secondary:#FFB000;
    --secondary-dark:#E58D00;

    --accent:#00B8C8;

    --text:#24125F;
    --text-light:#6B7280;

    --background:#FFFEFA;
    --surface:#FFFFFF;
    --surface-tint:#F8F5FF;
    --surface-dark:#2B1E78;
    --surface-darker:#20104F;

    --border:#EFEFEF;

    --shadow:0 12px 40px rgba(0,0,0,.08);
    --shadow-sm:0 4px 14px rgba(0,0,0,.08);

    --radius:18px;

    }
