/* Custom theme color override */
:root {
  --theme-color: #DA291C !important;
}

/* Update theme variations */
.theme-yellow {
  --theme-color2: #DA291C !important;
}

.theme-yellow2 {
  --theme-color2: #DA291C !important;
}