/* Paleta 4pillars: dourado #F9B208 + fundo cinza (não preto). */
html:root,
html.dark,
html .dark,
.theme-4pillars {
  --blue-9: 249 178 8 !important;
  --blue-10: 232 163 0 !important;
  --blue-11: 255 204 64 !important;
  --blue-12: 79 52 8 !important;
  --border-blue: 249, 178, 8, 0.5 !important;
}

html.dark,
html .dark,
body.dark {
  --blue-10: 255 196 37 !important;
  --blue-11: 255 214 102 !important;
  --blue-12: 255 236 184 !important;
  --background-color: 46 48 52 !important;
  --surface-1: 54 56 61 !important;
  --surface-2: 60 62 68 !important;
  --surface-active: 72 75 82 !important;
  --slate-1: 46 48 52 !important;
  --slate-2: 52 54 59 !important;
  --slate-3: 58 60 66 !important;
  --gray-1: 46 48 52 !important;
  --gray-2: 52 54 59 !important;
  --solid-1: 50 52 57 !important;
  --solid-2: 56 58 64 !important;
  --solid-3: 64 66 72 !important;
  --border-weak: 72 74 80 !important;
  --border-strong: 88 90 96 !important;
}

html.dark body,
body.dark {
  background-color: rgb(46 48 52) !important;
}
