:root {
	--sp-0: 0;
	--sp-1: 4px;
	--sp-2: 8px;
	--sp-3: 12px;
	--sp-4: 16px;
	--sp-5: 20px;
	--sp-6: 24px;
	--sp-7: 30px;
	--sp-8: 40px;
	--sp-9: 50px;
	--sp-10: 60px;

	--sh-body-bg: #171717;
	--sh-body-clr: #f1f1f1;
	--sh-link-clr: #f1f1f1;
	--sh-link-hover-clr: #fa752f;
	--sh-very-light-clr: #ffffff;
	--sh-dark-clr: #4a4a4a;
	--sh-light-clr: #787878;
	
	--container-width: 1600px;
	--topbar-height: 120px;
	--register-box-width: 750px;
	
	--sh-topbar-menu-item-active: linear-gradient(90deg, #f08e2a 0%, #ec644f 100%);
	--sh-register-button-height: 40px;
	
	--sh-modal-content: #191919;
	--sh-modal-content-border: #1e1e1e;
	--sh-modal-content-icon-bg: #f08e2a;
	--sh-modal-close-hover: #ec644f;
	--sh-modal-light-color: #787878;
	
	--sh-menu-bg: #191919;
	--sh-menu-border: #232323;
	--sh-menu-light-clr: #787878;
	--sh-menu-dark-clr: #4a4a4a;
	
	--sh-form-input-bg: #222222;
	--sh-form-input-clr: #f1f1f1;
	--sh-form-input-clr-placeholder: #787878;
	--sh-form-input-bg-hover: #212121;
	--sh-form-input-clr-hover: #ffffff;
	--sh-form-input-border-hover: #282828;
	--sh-form-input-bg-focus: #292929;
	--sh-form-input-clr-focus: #ffffff;
	--sh-form-input-border-focus: 240, 142, 42;
	--sh-form-button-bg-hover: rgb(240, 142, 42);
	--sh-form-quick-search-bg: #1e1e1e;
	--sh-register-button-hover: rgb(240, 142, 42);
	
	--sh-notification_bubble: #ec644f;
	
	--sh-mobile-nav-bg: #1a1a1a;
	--sh-mobile-nav-close-bg: #1a1a1a;
	--sh-mobile-nav-item-bg: #1e1e1e;
	--sh-mobile-nav-item-bg-hover: #232323;
	
    --sh-area-background: #1e1e1e;
    --sh-area-background-dark: #191919;
    --sh-area-background-light: #232323;
    --sh-area-background-reset: #1a1a1a;
	--sh-text-dark: #4a4a4a;
    --sh-text-light: #787878;

	--sh-main-nav-tab: #1f1f1f;
	
	--sh-messages-red-alert: 217, 32, 32;
	--sh-messages-warning-alert: 239, 104, 32;
	--sh-messages-yellow-alert: 255, 233, 117;
	--sh-messages-information-alert: 11, 165, 236;
	--sh-messages-success-alert: 102, 198, 28;
	
  	--sh-swiper-slide-bullet: #2f2f2f;
  
  	--sh-server-offline: #e03333;
  	--sh-server-online: #33e060;
  	--sh-server-top: 255, 215, 0;
  	--sh-server-progress-1: #2f2f2f;
	
	--sh-selected-post-clr: #d1d1d1;
	
  	--sh-forum-status-bg: #373737;
  	--sh-forum-status-active-bg: linear-gradient(90deg, #f08e2a 0%, #ec644f 100%);
	
    --sh-social-media-facebook: #4267b2;
    --sh-social-media-steam: #171a21;
  	--sh-social-media-youtube: #c82835;
  	--sh-social-media-discord: #7289da;
}
		