<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    --header-text-color: rgb(10, 10, 10);
    --header-background: linear-gradient(180deg, rgba(234, 227, 212) 0%, rgba(234, 227, 212, 0.7) 70%, transparent 100%);
    --footer-background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%, transparent 100%);
    --footer-text-color: rgb(255, 255, 255);
    --photo-background-color: rgb(28, 28, 28);

    --contact-background-color: rgba(234, 227, 212, 0.7);
    --contact-text-color: rgb(85, 36, 72);

    --details-background-color: rgba(234, 227, 212, 0.7);
    --details-text-color: rgb(85, 36, 72);

    --follow-listing-color: rgb(255, 255, 255);
}
</pre></body></html>