@import url(pc.css);
@import url(smart.css) screen and (max-width: 768px);
@import url(pc.css) print;

:root {
    --color1: #2B1227;
    --color2: #886983;
    --color3: #EBCB9B;
    --color4: #fff;
    --color5: #EAE1F8;
    --color6: #F15151;
}