
:root {
    --header_text: #ffffff;
    --bg_light: #f9c301;
    --bg_dark: #e3b809;
    --bg_fp_msg: #f9c301;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(227, 184, 9, 0.2);;
    --bg_light_rgb: 227, 184, 9;
    --bg_custom_opacity: rgba(0, 0, 0, 0.64);
}
