/* FariDocs 1.20.5 — theme-aware brand identity */
.theme-logo-dark { display: none !important; }

html[data-theme="dark"] .theme-logo-light { display: none !important; }
html[data-theme="dark"] .theme-logo-dark { display: block !important; }

/* The footer uses a dark surface in both themes. */
.site-footer .theme-logo-light { display: none !important; }
.site-footer .theme-logo-dark { display: block !important; }

.faridocs-image-brand .theme-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
}
