@import "/assets/css/palettes/ll.css";
:root { 
    --my-favorite-color: #ff0099;
    --silver: #c0c0c0;
    --rosegold: #c4aead;
    --tools: #696969;
    --gold: #daa520;
}

.theme-color { color:var(--theme-color)!important; }
.theme-color1 { color:var(--theme-color1)!important; }
.theme-color2 { color:var(--theme-color2)!important; }
.theme-color3 { color:var(--theme-color3)!important; }
.theme-color4 { color:var(--theme-color4)!important; }
.theme-color5 { color:var(--theme-color5)!important; }
.theme-color-light { color:var(--theme-color-light)!important; }
.theme-color-dark { color:var(--theme-color-dark)!important; }
