:root {
    --GLOBAL_BackgroundColor: #ffffff;
    --GLOBAL_FontColor: rgb(16, 16, 16);
    --GLOBAL_FontColorSecondary: rgb(111, 111, 111);
    --GLOBAL_LinkColor: rgb(160, 140, 100);

    --HEADER_BackgroundColor: rgb(255, 255, 255);
    --HEADER_BorderBottomColor: #e6e6e6;
    --HEADER_LinkHoverBackgroundColor: rgba(0, 0, 0, .1);
    --HEADER_FontColor: rgb(16, 16, 16);

    --FOOTER_BackgroundColor: rgb(16, 16, 16);
    --FOOTER_FontColor: rgb(255, 255, 255);

    --SEARCH_BackgroundColor: rgb(255, 255, 255);
    --SEARCH_FontColor: rgb(16, 16, 16);
    --SEARCH_LinkHoverBackgroundColor: rgb(160, 140, 100);
    --SEARCH_BorderBottomColor: ;
    --SEARCH_PlaceholderFontColor: rgb(111, 111, 111);
    --SEARCH_SearchResultToggleButtonBackgroundColor: rgb(255, 255, 255);
    --SEARCH_SearchResultToggleButtonHoverBackgroundColor: rgba(0, 0, 0, .1);
    --SEARCH_SearchResultToggleButtonHoverFontColor: rgb(16, 16, 16);

    --BUTTON_MainBackgroundColor: rgb(20, 65, 245);
    --BUTTON_MainBackgroundColorHover: rgb(60, 99, 255);
    --BUTTON_MainFontColor: rgb(255, 255, 255);
    --BUTTON_MainFontColorHover: rgb(255, 255, 255);
    --BUTTON_MainCornerRounding: 2px;
    --BUTTON_SecondaryBackgroundColor: transparent;
    --BUTTON_SecondaryBackgroundColorHover: transparent;
    --BUTTON_SecondaryFontColor: rgb(16, 16, 16);
    --BUTTON_SecondaryFontColorHover: rgb(111, 111, 111);
    --BUTTON_SecondaryCornerRounding: 2px;

    --BOX_BackgroundColor: #ffffff;
    --BOX_FontColor: rgb(16, 16, 16);
    --BOX_FontColorSecondary: rgb(111, 111, 111);
    --BOX_BorderColor: #ffffff;
    --BOX_Rounding: 2px;
    --BOX_LinkBackgroundColorHover: rgba(0, 0, 0, .1);

    --POPUP_HeaderBackgroundColor: rgb(16, 16, 16);
    --POPUP_HeaderLinkBackgroundColorHover: rgba(255, 255, 255, .1);
    --POPUP_HeaderFontColor: rgb(255, 255, 255);
    --POPUP_BackgroundColor: rgb(255, 255, 255);
    --POPUP_FontColor: rgb(16, 16, 16);

    --SECTION_GeneralDividerColor: #e5e5e5;
    --SECTION_OneBackgroundColor: rgb(255, 255, 255);
    --SECTION_OneFontColor: rgb(16, 16, 16);
    --SECTION_OneFontColorSecondary: #797979;
    --SECTION_OneBorderColor: #e6e6e6;
    --SECTION_OneLinkBackgroundColorHover: rgba(0, 0, 0, .1);
    --SECTION_TwoBackgroundColor: #f8f8f8;
    --SECTION_TwoFontColor: rgb(16, 16, 16);
    --SECTION_TwoFontColorSecondary: #797979;
    --SECTION_TwoBorderColor: #e6e6e6;
    --SECTION_TwoLinkBackgroundColorHover: rgba(0, 0, 0, .1);
    --SECTION_ThreeBackgroundColor: rgb(16, 16, 16);
    --SECTION_ThreeFontColor: rgb(255, 255, 255);
    --SECTION_ThreeFontColorSecondary: #797979;
    --SECTION_ThreeBorderColor: rgb(255, 255, 255);
    --SECTION_ThreeLinkBackgroundColorHover: rgba(255, 255, 255, .1);
}
