<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: #db0016;
    --bg_dark: #f9021b;
    --bg_fp_msg: #db0016;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(249, 2, 27, 0.2);;
    --bg_light_rgb: 249, 2, 27;
    --bg_custom_opacity: rgba(0, 0, 0, 0.78);
}
</pre></body></html>