:root {
    --theme-color: #fb5722;
    --layout-width: 1360px;
}
:root[data-theme="dark"]  {
    --theme-color: #000;
}