
:root {
    --header_text: #ffffff;
    --bg_light: #a09293;
    --bg_dark: #706465;
    --bg_fp_msg: #a09293;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(112, 100, 101, 0.2);;
    --bg_light_rgb: 112, 100, 101;
    --bg_custom_opacity: rgba(0, 0, 0, 0.59);
}
