/*
|--------------------------------------------------------------------------
| CoderMantra Custom Styles
|--------------------------------------------------------------------------
| Author : Shubhranshu Shekhar
| Website: https://www.codermantra.com
|--------------------------------------------------------------------------
*/

:root{

    --cm-primary:#2563EB;

    --cm-accent:#F97316;

    --cm-dark:#0F172A;

    --cm-text:#475569;

    --cm-bg:#F8FAFC;

    --cm-radius:14px;

}