:root {
    --brand_color: #4d94ff;
    --brand_color_darkened: #3b78d4;
    --font_family: 'Rubik', sans-serif;
    --divider_color: #35383f;

    --body_bg: #131517;
    --body_color: #f5f5f5;
    --link_color: #4d94ff;
    --link_color_hover: #3b78d4;

    --currency_icon_normal: url('/img/currency.png');
    --currency_icon_light: url('/img/currency.png');
    --currency_icon_navbar: url('/img/currency.png');

    --headshot_bg: #2f343c;

    --navbar_bg: #1b1e22;
    --navbar_color: #ffffff;
    --navbar_border_color: #2a2e34;
    --navbar_box_shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    --navbar_headshot_bg: #323841;

    --sidebar_bg: #1a1d21;
    --sidebar_bg_hover: #23272c;
    --sidebar_border_color: #2a2e34;
    --sidebar_box_shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    --sidebar_title_color: #c0c0c0;
    --sidebar_title_border_color: #41454c;
    --sidebar_link_color: #e0e0e0;
    --sidebar_notification_bg: #4d94ff;
    --sidebar_notification_color: #ffffff;

    --section_bg: #202328;
    --section_bg_hover: #2a2e34;
    --section_bg_disabled: #2b2f35;
    --section_bg_inside: #2f343c;
    --section_color: #ffffff;
    --section_color_disabled: #aaaaaa;
    --section_border_color: #3a3f47;
    --section_border_color_inside: #414750;
    --section_box_shadow: 0 6px 18px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.02);

    --input_bg: #1c1f24;
    --input_bg_disabled: #2b2f35;
    --input_bg_focus: #23272d;
    --input_color: #ffffff;
    --input_color_placeholder: #888;
    --input_border_color: #2e323a;
    --input_border_color_focus: #4d94ff;

    --text_muted_color: #9aa1a7;

    --btn_info_bg: #2d333b;
    --btn_info_color: #ffffff;
    --btn_info_shadow: 0 3px 6px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.03);
    --btn_info_hover: #3b4450;

    --transition: 0.2s ease-in-out;
    --radius: 10px;
    --glass_blur: blur(8px);
    --glass_opacity: 0.85;
}
