<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: #ea3e47;
    --bg_dark: #c02026;
    --bg_fp_msg: #ffffff;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(192, 32, 38, 0.2);;
    --bg_light_rgb: 192, 32, 38;
    --bg_custom_opacity: rgba(0, 0, 0, 0.63);
}
</pre></body></html>