
:root {
  --tenant-primary: #EA212D;
  --tenant-secondary: #111827;
  --tenant-logo-url: url("/images/gigalogowhite.svg");
  --tenant-dark-logo-url: url("/images/gigalogo.png");
}

[style*="#EA212D"],
[style*="#EA212d"],
[style*="#ea212d"] {
  border-color: var(--tenant-primary) !important;
}

[style*="background: #EA212D"],
[style*="background:#EA212D"],
[style*="background-color: #EA212D"],
[style*="background-color:#EA212D"],
[style*="background: #EA212d"],
[style*="background:#EA212d"],
[style*="background-color: #EA212d"],
[style*="background-color:#EA212d"],
[style*="background: #ea212d"],
[style*="background:#ea212d"],
[style*="background-color: #ea212d"],
[style*="background-color:#ea212d"] {
  background-color: var(--tenant-primary) !important;
  background: var(--tenant-primary) !important;
}

[style*="color: #EA212D"],
[style*="color:#EA212D"],
[style*="color: #EA212d"],
[style*="color:#EA212d"],
[style*="color: #ea212d"],
[style*="color:#ea212d"] {
  color: var(--tenant-primary) !important;
}

[style*="border-bottom: 28px solid #EA212D"],
[style*="border-bottom:28px solid #EA212D"] {
  border-bottom-color: var(--tenant-primary) !important;
}

.btn-danger,
.btn-primary,
.badge-danger,
.input-group-text {
  border-color: var(--tenant-primary);
}

a,
.text-danger,
.giga-color,
.megamenu a:hover {
  color: var(--tenant-primary);
}
