/* Paleta Wemova: preto #000000, apoio #CECECE e fundos claro/escuro. */
html:root,
html.dark,
html .dark,
.theme-wemova {
  --blue-9: 0 0 0 !important;
  --blue-10: 28 29 32 !important;
  --blue-11: 17 17 17 !important;
  --blue-12: 17 17 17 !important;
  --border-blue: 0, 0, 0, 0.45 !important;
  --background-color: 247 247 247 !important;
  --surface-1: 255 255 255 !important;
  --surface-2: 255 255 255 !important;
  --surface-active: 238 238 238 !important;
  --gray-7: 206 206 206 !important;
  --border-weak: 206 206 206 !important;
}

html.dark,
html .dark,
body.dark {
  --blue-9: 206 206 206 !important;
  --blue-10: 229 229 229 !important;
  --blue-11: 245 245 245 !important;
  --blue-12: 245 245 245 !important;
  --border-blue: 206, 206, 206, 0.5 !important;
  --background-color: 28 29 32 !important;
  --surface-1: 36 37 41 !important;
  --surface-2: 42 43 47 !important;
  --surface-active: 54 55 60 !important;
  --slate-1: 28 29 32 !important;
  --slate-2: 36 37 41 !important;
  --slate-3: 42 43 47 !important;
  --gray-1: 28 29 32 !important;
  --gray-2: 36 37 41 !important;
  --solid-1: 36 37 41 !important;
  --solid-2: 42 43 47 !important;
  --solid-3: 50 51 56 !important;
  --border-weak: 64 65 70 !important;
  --border-strong: 84 85 90 !important;
}

html.dark body,
body.dark {
  background-color: rgb(28 29 32) !important;
}
