/* Replace Documenso inline SVG wordmark with Agrizy logo */
header a[href="/"] svg {
  display: none !important;
}
header a[href="/"] {
  display: inline-block !important;
  width: 130px;
  height: 28px;
  background: url("/brand/agrizy-logo.png") no-repeat center;
  background-size: contain;
}
