/* ==========================================================
   KITTU BITTU FOODS
   Variables
==========================================================*/

:root{

/* Brand */

--primary:#365B3C;
--primary-dark:#28442C;
--secondary:#B78B30;

--white:#ffffff;
--cream:#FAF8F3;
--light:#F6F4EE;

--text:#2C2C2C;
--text-light:#6B6B6B;

--border:#E8E4D9;

/* Status */

--success:#2E7D32;
--danger:#C62828;
--warning:#F9A825;

/* Radius */

--radius-sm:10px;
--radius:18px;
--radius-lg:28px;
--radius-xl:40px;

/* Shadows */

--shadow-sm:
0 6px 18px rgba(0,0,0,.06);

--shadow:
0 14px 35px rgba(0,0,0,.08);

--shadow-lg:
0 28px 60px rgba(0,0,0,.12);

/* Container */

--container:1280px;

/* Transition */

--transition:.35s ease;

/* Fonts */

--font-heading:
'Cormorant Garamond',
serif;

--font-body:
'Inter',
sans-serif;

}