/* ==========================================================
   CHIRALA RESORTS
   DESIGN SYSTEM
   Version 1.0
========================================================== */

:root{

/*----------------------------------------------------
Colors
----------------------------------------------------*/

--primary:#ff6464;
--primary-dark:#ff5555;

--secondary:#0f172a;

--accent:#ffb703;

--success:#22c55e;
--warning:#f59e0b;
--danger:#ef4444;

--background:#e7f1f7;

--surface:#ffffff;

--border:#e5e7eb;

--text:#111827;

--text-light:#64748b;

/*----------------------------------------------------
Typography
----------------------------------------------------*/

--font-family:
"Poppins",
system-ui,
sans-serif;

--hero-title:64px;

--section-title:48px;

--card-title:24px;

--subtitle:20px;

--body:16px;

--small:14px;

/*----------------------------------------------------
Radius
----------------------------------------------------*/

--radius-sm:12px;

--radius:24px;

--radius-lg:32px;

--radius-pill:999px;

/*----------------------------------------------------
Spacing
----------------------------------------------------*/

--section-space:120px;

--container:1320px;

/*----------------------------------------------------
Shadow
----------------------------------------------------*/

--shadow-sm:
0 8px 25px rgba(15,23,42,.08);

--shadow:
0 20px 60px rgba(15,23,42,.10);

--shadow-lg:
0 30px 80px rgba(15,23,42,.16);

/*----------------------------------------------------
Animation
----------------------------------------------------*/

--transition:.35s ease;

}