/* ===============================
   RAHUMANIA DESIGN SYSTEM
================================= */

:root{

    /* ========= Brand Colors ========= */

    --primary:#6D1B1B;
    --primary-dark:#4E1111;

    --secondary:#D4AF37;
    --secondary-light:#E8C55A;

    --accent:#F4C542;

    --white:#FFFFFF;
    --black:#000000;

    --dark:#222222;

    --text:#555555;

    --light:#F8F6F2;
    --cream:#F8F6F2;

    --border:#E5E5E5;

    /* ========= Fonts ========= */

    --heading-font:"Cormorant Garamond", serif;
    --body-font:"Poppins", sans-serif;

    /* ========= Font Sizes ========= */

    --fs-12:12px;
    --fs-14:14px;
    --fs-16:16px;
    --fs-18:18px;
    --fs-20:20px;
    --fs-24:24px;
    --fs-32:32px;
    --fs-40:40px;
    --fs-48:48px;
    --fs-60:60px;
    --fs-72:72px;

    /* ========= Font Weights ========= */

    --fw-light:300;
    --fw-regular:400;
    --fw-medium:500;
    --fw-semibold:600;
    --fw-bold:700;

    /* ========= Border Radius ========= */

    --radius-sm:8px;
    --radius-md:12px;
    --radius:20px;
    --radius-lg:18px;
    --radius-xl:24px;
    --radius-round:50px;

    /* ========= Shadows ========= */

    --shadow-sm:0 2px 10px rgba(0,0,0,.08);
    --shadow-md:0 10px 30px rgba(0,0,0,.12);
    --shadow-lg:0 20px 50px rgba(0,0,0,.18);

    /* ========= Transition ========= */

    --transition:.35s ease;
    --transition-fast:.2s ease;
    --transition-slow:.6s ease;

    /* ========= Container ========= */

    --container:1320px;

    /* ========= Section Spacing ========= */

    --section-padding:100px;

    /* ========= Z-Index ========= */

    --z-navbar:1000;
    --z-overlay:100;
    --z-modal:2000;

}
