<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --color-link: #b49564;
    --color-btn: #b49564;
    --color-btn-txt: #fff;
    --color-text: #232323;
    --color-text-white: #FFFFFF;
    --color-title: #232323;
    --color-bg-1: #fff;
    --color-bg-2: #f3f3f3;
    --color-bg-3: rgba(0,0,0,.8);
    --color-red: #df1a4d;
    --font-title: Baloo;
    --font-text: Open Sans;
}
</pre></body></html>