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

:root {
    --def: #222222;
    --wht: #fff;
    --blk: #000;
    --red: #CA0D15;
    --darkred: #923330;
    --gray: #645A59;
}