/* ===================================================
   WINNER CARR DESIGN SYSTEM
   Version : 1.0
=================================================== */

:root{

/* Brand Colors */

--primary:#08192D;
--secondary:#D4AF37;

--white:#ffffff;
--black:#111111;

--text:#333333;

--light:#f7f8fa;

--border:#e6e6e6;


/* Container */

--container:1200px;


/* Border Radius */

--radius-sm:8px;
--radius-md:15px;
--radius-lg:25px;


/* Shadow */

--shadow:

0 10px 35px rgba(0,0,0,.08);


/* Transition */

--transition:.35s ease;


/* Fonts */

--font:'Poppins',sans-serif;

}