:root {
  --sub-color: #EAF2FF;
  --main-color: #0075BF;
}

body[data-theme="green"] {
  --sub-color: #EAF2FF;
  --main-color: #0075BF;
}