
:root {
    --header_text: #ffffff;
    --bg_light: #d4a149;
    --bg_dark: #f2ba5a;
    --bg_fp_msg: #000000;
    --body_text: #ffffff;
    --bg_opacity_2: rgba(242, 186, 90, 0.2);;
    --bg_light_rgb: 242, 186, 90;
    --bg_custom_opacity: rgb(0, 0, 0, 0.5);
}
