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

:root {
    --def: #281E1C;
    --wht: #fff;
    --blk: #000;
    --brn: #862411;
    --gray: #A7A7A7;
}