:root {
    --GLOBAL_BackgroundColor: #f9f8f7;
    --GLOBAL_FontColor: #000000;
    --GLOBAL_FontColorSecondary: #282828;
    --GLOBAL_LinkColor: rgb(230, 117, 0);

    --HEADER_BackgroundColor: #e6e6e6;
    --HEADER_BorderBottomColor: rgba(0, 0, 0, .1);
    --HEADER_LinkHoverBackgroundColor: rgba(255, 255, 255, .1);
    --HEADER_FontColor: #595959;

    --FOOTER_BackgroundColor: #e6e6e6;
    --FOOTER_FontColor: #000000;

    --SEARCH_BackgroundColor: #f9f8f7;
    --SEARCH_FontColor: #000000;
    --SEARCH_LinkHoverBackgroundColor: rgba(0, 0, 0, .1);
    --SEARCH_BorderBottomColor: ;
    --SEARCH_PlaceholderFontColor: #282828;
    --SEARCH_SearchResultToggleButtonBackgroundColor: #f9f8f7;
    --SEARCH_SearchResultToggleButtonHoverBackgroundColor: rgba(0, 0, 0, .1);
    --SEARCH_SearchResultToggleButtonHoverFontColor: #000000;

    --BUTTON_MainBackgroundColor: rgba(230,117,0,1);
    --BUTTON_MainBackgroundColorHover: rgba(247,132,14,1);
    --BUTTON_MainFontColor: rgba(255,255,255,1);
    --BUTTON_MainFontColorHover: rgba(255,255,255,1);
    --BUTTON_MainCornerRounding: 6px;
    --BUTTON_SecondaryBackgroundColor: transparent;
    --BUTTON_SecondaryBackgroundColorHover: transparent;
    --BUTTON_SecondaryFontColor: rgba(0, 0, 0, 1);
    --BUTTON_SecondaryFontColorHover: rgba(111, 111, 111, 1);
    --BUTTON_SecondaryCornerRounding: 6px;

    --BOX_BackgroundColor: #ffffff;
    --BOX_FontColor: #000000;
    --BOX_FontColorSecondary: rgb(111, 111, 111);
    --BOX_BorderColor: rgba(0, 0, 0, .1);
    --BOX_Rounding: 6px;
    --BOX_LinkBackgroundColorHover: rgba(0, 0, 0, .1);

    --POPUP_HeaderBackgroundColor: rgba(50,54,68,1);
    --POPUP_HeaderLinkBackgroundColorHover: rgba(255, 255, 255, .1);
    --POPUP_HeaderFontColor: rgb(255, 255, 255);
    --POPUP_BackgroundColor: rgb(255, 255, 255);
    --POPUP_FontColor: #000000;

    --SECTION_GeneralDividerColor: #e5e5e5;
    --SECTION_OneBackgroundColor: #ebebeb;
    --SECTION_OneFontColor: #000000;
    --SECTION_OneFontColorSecondary: #797979;
    --SECTION_OneBorderColor: #cecece;
    --SECTION_OneLinkBackgroundColorHover: rgba(0, 0, 0, .1);
    --SECTION_TwoBackgroundColor: #f9f8f7;
    --SECTION_TwoFontColor: #000000;
    --SECTION_TwoFontColorSecondary: #797979;
    --SECTION_TwoBorderColor: #e2e2e2;
    --SECTION_TwoLinkBackgroundColorHover: rgba(0, 0, 0, .1);
    --SECTION_ThreeBackgroundColor: #646363;
    --SECTION_ThreeFontColor: #ffffff;
    --SECTION_ThreeFontColorSecondary: #797979;
    --SECTION_ThreeBorderColor: #ffffff;
    --SECTION_ThreeLinkBackgroundColorHover: rgba(255, 255, 255, .1);
}
