:root {
    --theme-color: #4483a4;
    --layout-width: 1080px;
}
:root[data-theme="dark"]  {
    --theme-color: #000;
}