/*=================================================
 CAMP RIVERSTONE DESIGN SYSTEM
=================================================*/

:root{

/*=========================
COLORS
=========================*/

--primary:#1E5631;
--primary-dark:#164326;
--secondary:#2E7D32;
--accent:#FFC107;

--success:#28a745;
--danger:#dc3545;
--warning:#ff9800;
--info:#2196F3;

/*=========================
NEUTRAL
=========================*/

--white:#ffffff;
--light:#F7F9F4;
--gray-100:#F5F5F5;
--gray-200:#EEEEEE;
--gray-300:#DDDDDD;
--gray-500:#777777;
--gray-700:#444444;
--dark:#222222;

/*=========================
TYPOGRAPHY
=========================*/

--font-heading:'Poppins',sans-serif;
--font-body:'Inter',sans-serif;

/*=========================
SPACING
=========================*/

--section:120px;

--radius-xs:8px;
--radius-sm:12px;
--radius-md:18px;
--radius-lg:25px;
--radius-xl:35px;

/*=========================
SHADOWS
=========================*/

--shadow-sm:0 5px 15px rgba(0,0,0,.08);

--shadow-md:0 10px 30px rgba(0,0,0,.12);

--shadow-lg:0 20px 60px rgba(0,0,0,.18);

/*=========================
TRANSITION
=========================*/

--transition:.35s ease;

}