:root{

    /* Primary */

    --gold:#C9A15A;
    --gold-light:#E6C47A;
    --gold-dark:#8B6A2D;

    /* Backgrounds */

    --bg:#080808;
    --bg-secondary:#101010;
    --card:#151515;
    --card-hover:#1E1E1E;

    /* Text */

    --text:#FFFFFF;
    --muted:#AAAAAA;
    --light:#DDDDDD;

    /* Borders */

    --border:rgba(255,255,255,.08);
    --border-gold:rgba(201,161,90,.35);

    /* Shadows */

    --shadow-lg:0 25px 80px rgba(0,0,0,.45);
    --shadow-md:0 12px 40px rgba(0,0,0,.35);

    /* Radius */

    --radius-xl:24px;
    --radius-lg:18px;
    --radius-md:12px;
    --radius-sm:8px;

    /* Animation */

    --transition:.35s ease;

    /* Container */

    --container:1450px;

}