/* Brand Kit Styles */

.brand-logo {
  max-width: 160px;
  height: auto;
}

.brand-logo-wide {
  max-width: 100%;
  max-height: 120px;
}

.color-swatch {
  height: 80px;
  border-radius: 0.75rem;
  margin-bottom: 0.5rem;
}

.bg-impact-crimson { background-color: #EF3442; }
.bg-iron-slate     { background-color: #55555B; }
.bg-pulse-gold     { background-color: #F5B841; }
.bg-concrete-ash   { background-color: #A3A3A3; }
.bg-grind-black    { background-color: #0A0A0A; }
.bg-foundation-white { background-color: #F5F5F5; }