:root {
	/* Master scales & styles */
	--sp-0: 0px;
	--sp-1: 4px;
	--sp-2: 8px;
	--sp-3: 12px;
	--sp-4: 16px;
	--sp-5: 20px;
	--sp-6: 24px;
	--sp-7: 32px;
	--sp-8: 40px;
	--sp-9: 48px;
	--sp-10: 64px;

	/* Border vars */
	--radius-1: 4px;
	--radius-2: 8px;
	--border-1px: 1px solid rgba( var(--theme-text_light), 0.15 );

	/* Size vars for photos, ranks, badges, reactions etc.  */
	--size-1: 20px;
	--size-2: 24px;
	--size-3: 30px;
	--size-4: 36px;
	--size-5: 44px;
	--size-6: 56px;
	--size-7: 72px;
	--size-8: 92px;

	/* Status colors */
	--positive-dark: #2C8C69;
	--positive-light: #e3f3ec;
	--negative-dark: #C53030;
	--negative-light: #FFF5F5;
	--intermediate-dark: #DD6B20;
	--intermediate-light: #FFFAF0;
	--informational-dark: #2981bf;
	--informational-light: #e9f0f5;
	--general-dark: #7f858d;
	--general-light: #f0f4f8;
	
	/* Variables used for specific contexts */
	--box--boxShadow: 0px 2px 4px -1px rgba( var(--theme-area_background_dark), 0.1 );
	--box--boxShadow-bottom: 0px 2px 4px -1px rgba( var(--theme-area_background_dark), 0.1 );
	--box--boxShadow-left: -2px 0px 4px -1px rgba( var(--theme-area_background_dark), 0.1 );
	--box--boxShadow-right: 2px 0px 4px -1px rgba( var(--theme-area_background_dark), 0.1 );
	--box--boxShadow-top: 0px -2px 4px -1px rgba( var(--theme-area_background_dark), 0.1 );
	--box--backgroundColor: rgb( var(--theme-area_background_reset) );
	--box--radius: var(--radius-1);
	--solved--borderColor: 44, 140, 105;
	
	/* Popup/dialog colors */
	--popup--radius: var(--radius-1);
	--popup--border: 1px solid rgba( var(--theme-area_background_dark), 0.1 );
	--popup--boxShadow: 0 8px 50px rgba(0,0,0,0.1), 0px 4px 15px rgba(0,0,0,0.05);
	--dialog--boxShadow: 0px 5px 55px rgba( var(--theme-area_background_dark), 0.4 ), 0px 7px 24px -12px rgba( var(--theme-area_background_dark), 0.7 );

	/* Nav sizes */
	--header--height: 80px;
	--responsive-header--height: 55px;
	--logo--height: 100%;
	--responsive-logo--height: var(--logo--height);
	--primary-navigation--height: 52px;
	--secondary-navigation--height: 50px;

	/* Form styles */
	--form-field--radius: var(--radius-1);
	--form-field--borderColor: rgba( var(--theme-text_light), 0.4 );
	--form-field--borderHoverColor: rgba( var(--theme-text_light), 0.8 );
	--form-field--focusShadow: rgba( var(--theme-active_input_border), 0.3 ) 0px 0px 0px 4px;

	/* Button styles */
	--button--radius: var(--radius-1);

	/* Trophy colors */
	--trophy-first--background: #fac746;
	--trophy-first--color: #704926;
	--trophy-second--background: #c0c0c0;
	--trophy-third--background: #cd7f32;


	/* Page widths */
	--container--width: 1340px;
	--minimal_container--width: 1000px;
	
	/* Theme settings */
	/* Format is --theme-[setting-key] */
	--theme-alternate_button: 23, 126, 201;
	--theme-alternate_button_font: 255, 255, 255;
	--theme-area_background: 237, 242, 247;
	--theme-area_background_dark: 45, 55, 72;
	--theme-area_background_light: 247, 250, 252;
	--theme-area_background_reset: 255, 255, 255;
	--theme-button_bar: 255, 255, 255;
	--theme-header: 255, 255, 255;
	--theme-important_button: 23, 126, 201;
	--theme-important_button_font: 255, 255, 255;
	--theme-light_button: 232, 242, 250;
	--theme-light_button_font: 14, 76, 121;
	--theme-link: 26, 32, 44;
	--theme-link_hover: 23, 126, 201;
	--theme-main_nav: 18, 101, 161;
	--theme-moderated: 247, 237, 241;
	--theme-moderated_light: 252, 247, 249;
	--theme-moderated_text: 136, 14, 79;
	--theme-moderated_text_light: 164, 118, 143;
	--theme-normal_button: 23, 126, 201;
	--theme-normal_button_font: 255, 255, 255;
	--theme-page_background: 237, 240, 244;
	--theme-prefix: 23, 126, 201;
	--theme-price: 182, 63, 63;
	--theme-primary_button: 23, 126, 201;
	--theme-primary_button_font: 255, 255, 255;
	--theme-profile_header: 53, 60, 65;
	--theme-rating_on: 255, 152, 0;
	--theme-secondary_title: 235, 237, 240;
	--theme-secondary_title_font: 130, 142, 153;
	--theme-section_title: 255, 255, 255;
	--theme-section_title_font: 26, 32, 44;
	--theme-selected: 235, 244, 249;
	--theme-text_color: 53, 60, 65;
	--theme-text_light: 113, 128, 150;
	--theme-very_light_button: 255, 255, 255;
	--theme-very_light_button_font: 14, 76, 121;
	--theme-widget_title_bar: 255, 255, 255;
	--theme-item_status: 18, 101, 161;
	--theme-main_nav_tab: 255, 255, 255;
	--theme-mentions: 61, 101, 148;
	--theme-notification_bubble: 54, 171, 128;
	--theme-timeline_color: 45, 55, 72;
	--theme-tab_background: 74, 85, 104;
	--theme-main_nav_font: 255, 255, 255;
	--theme-main_nav_tab_font: 53, 60, 65;
	--theme-footer_text: 53, 60, 65;
	--theme-post_highlight: 253, 245, 231;
	--theme-post_highlight_border: 129, 98, 46;
	--theme-widget_title_font: 26, 32, 44;
	--theme-text_dark: 0, 0, 0;
	--theme-tag: 255, 244, 223;
	--theme-pagination_active: 62, 65, 72;
	--theme-link_button: 23, 126, 201;
	--theme-featured: 44, 140, 105;
	--theme-comment_count: 237, 242, 247;
	--theme-comment_count_font: 45, 55, 72;
	--theme-header_text: 45, 55, 72;
	--theme-selected_border: 23, 126, 201;
	--theme-brand_primary: 23, 126, 201;
	--theme-active_input_border: 52, 128, 187;
	--theme-tag_font: 156, 66, 33;
	--theme-text_very_light: 255, 255, 255;

}