:root{

    /* COLORS */

    --bg:transparent;
    --surface:#FFFFFF;

    --text:#111111;
    --text-light:#6B7280;

    --border:#E5E7EB;

    --primary:#111111;

    --secondary:#444444;

    --hover:#000000;

    /* Radius */

    --radius-sm:12px;
    --radius-md:20px;
    --radius-lg:28px;
    --radius-xl:999px;

    /* Shadows */

    --shadow-soft:0 8px 20px rgba(0,0,0,.05);

    --shadow-medium:0 20px 40px rgba(0,0,0,.08);

    /* Transition */

    --transition:.35s ease;

    /* Width */

    --container-width:1540px;

    --section-padding:120px;

    /* Desktop 1920x1080 Targets */

    --desktop-target-width:1920px;

    --desktop-target-height:1080px;

}