:root {

	--container: 1200px;
	--gutter: 1.25rem;
	--gutter-zero: 0;

	--accent: #AB8B80;
	--accent-on-white: #956e60;
	--text-on-white: #333333;
	--text: #e7e8ed;
	--accent-text-gray: #848E9E;
	--active-color: #7a7b7f;

	--line: #28292E;
	--main-gray: #1E1F24;
	--deep: #171a1a;
	--dark: #202328;

	--top-line-height: 75px;
	--margin-top-bottom: 60px 0;

}