/* Existing alpha-transparent cat wordmark, recolored in CSS without altering logo pixels. */
html body footer img.logo-wordmark,html body nav img.logo-wordmark,html body nav img.brand-wordmark,html body .nav .brand img{
 background:transparent;mix-blend-mode:normal;
 filter:brightness(0) saturate(100%) invert(13%) sepia(73%) saturate(1637%) hue-rotate(192deg) brightness(85%) contrast(101%);
 object-fit:contain;
}
