/*=========================================
TRIVANA DESIGN SYSTEM
=========================================*/

:root{

/* Colors */

--primary:#8B6B4A;
--primary-dark:#6F543A;
--secondary:#C9A46A;

--dark:#0A171F;
--dark-light:#16313D;

--white:#FFFFFF;

--background:#F8F4EE;
--surface:#FFFFFF;

--text:#2E2A26;
--text-light:#6D6D6D;

--border:#E8E2D9;

--success:#4CAF50;
--danger:#E74C3C;
--warning:#F4B400;

/* Typography */

--font-heading:"Cormorant Garamond",serif;
--font-body:"Inter",sans-serif;

/* Font Sizes */

--fs-hero:72px;
--fs-h1:56px;
--fs-h2:46px;
--fs-h3:32px;
--fs-h4:24px;

--fs-body:18px;
--fs-small:15px;

/* Font Weight */

--fw-light:300;
--fw-normal:400;
--fw-medium:500;
--fw-semibold:600;
--fw-bold:700;

/* Radius */

--radius-sm:10px;
--radius-md:18px;
--radius-lg:28px;
--radius-xl:40px;

/* Shadows */

--shadow-sm:0 5px 20px rgba(0,0,0,.05);

--shadow-md:0 15px 40px rgba(0,0,0,.08);

--shadow-lg:0 30px 70px rgba(0,0,0,.12);

/* Container */

--container:1320px;

/* Header */

--header-height:90px;

/* Sections */

--section-space:120px;

/* Animation */

--transition:.35s ease;

}