:root {
  --header-logo: url('/logo.png');
  --header-logo-width: 120px;
}
header {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}
header::before {
  content: '';
  display: inline-block;
  width: 120px;
  height: 36px;
  background: url('/logo.png') no-repeat center;
  background-size: contain;
}
