:root {
  --store-brand-header: #363c52;
  --store-brand-footer: #363c52;
  --store-brand-primary: #4c5676;
  --store-primary: #4c5676;
  --accent: #4c5676;
}
.storefront-header-top--default { background: color-mix(in srgb, var(--store-brand-header) 14%, #ffffff); }
.storefront-header-top--dark { background: color-mix(in srgb, var(--store-brand-header) 22%, var(--bg-primary, #0d1117)); border-color: var(--border, #30363d) !important; }