/* Local Asset Overrides for Peg Project Section */
#peg-project {
    --asset-ico: url("assets/peg-icon.png");
    --asset-ground: url("assets/peg-ground.png");
    --asset-loc: url("assets/peg-loc.png");
    --asset-sketch: url("assets/peg-sketch.png");
    --asset-arcL: url("assets/peg-arc.png");
    --asset-slash: url("assets/peg-slash.png");

    /* Ensure full width background visual matches intended design */
    background: transparent;
    /* Or specific color if needed */
}