<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
:root {
    --header_text: #ffffff;
    --bg_light: #626060;
    --bg_dark: #292828;
    --bg_fp_msg: #626060;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(41, 40, 40, 0.2);;
    --bg_light_rgb: 41, 40, 40;
    --bg_custom_opacity: rgba(0, 0, 0, 0.16);
}
</pre></body></html>