:root {
  --color-woot: #F5821F !important;
  --w-500: #F5821F !important;
  --w-600: #E0741A !important;
  --w-700: #C96514 !important;
}
/* Botoes primarios */
button[class*="bg-woot"],
.button--primary,
button.bg-woot-500,
.bg-woot-500 {
  background-color: #F5821F !important;
  border-color: #F5821F !important;
}
button[class*="bg-woot"]:hover,
.bg-woot-600 {
  background-color: #E0741A !important;
}
/* Links e textos de destaque */
a.text-woot-500, .text-woot-500, .text-woot-600 {
  color: #F5821F !important;
}
/* Bordas de foco/ativo */
.border-woot-500 { border-color: #F5821F !important; }
