<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: #05b849;
    --bg_dark: #009336;
    --bg_fp_msg: #05b849;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(0, 147, 54, 0.2);;
    --bg_light_rgb: 0, 147, 54;
    --bg_custom_opacity: rgba(0, 0, 0, 0.61);
}
</pre></body></html>