:root {
    --theme-color: #72c2c1;
    --theme-second-color: #8fcbc9;
    --layout-width: 1360px;
    --a-hover-color: #0d50ab;
    --owl-actived-color: #059e9c;
}
:root[data-theme="red"]  {
    --theme-color: #c21822;
    --theme-second-color: #c92833;
    --a-hover-color: var(--theme-color);
    --owl-actived-color: var(--theme-color);
}