<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(pc.css);
@import url(smart.css) screen and (max-width: 768px);
@import url(pc.css) print;

:root {
    --c-black: #060606;
    --c-white: #FFFFFF;
    --c-blue: #001976;
    --c-lightblue: #0036FF;
    --c-lightblue-hover: #4B71FF;
    --c-red: #FF0000;
    --c-yellow: #FFF700;

    --skew-angle: 40deg;
}   </pre></body></html>