/* HoldCo "corp/institutional" overrides on top of the PS.com Webflow bundle. */
:root {
  --holdco-accent: #0F2940;       /* navy */
  --holdco-accent-muted: #2A2D34; /* charcoal */
}

.btn-solid,
.btn-solid:hover,
.card-button-text,
.specials-item-text {
  background-color: var(--holdco-accent);
  color: white;
}

a:hover,
.nav-column-header,
.h3 strong,
.type-blue {
  color: var(--holdco-accent) !important;
}
