:root {
	--color-black: #000;
	--color-white: #fff;
	--color-dark: #302828;
	--color-light: #FAF6F1;
	--color-light-1: #DBD7D1;
	--color-green: #9FC968;
	--color-gray: #999692;
	--color-red: #ff3333;
	--btn-bg: #302828;
	--btn-color: #E5E1DB;
	--btn-font-family: 'DM Serif Text', Georgia, serif;
	--btn-font-size: 1rem;
	--bg-body: #E6E1DB;
	--base-font-family:'DM Sans', Arial, sans-serif;
	--base-font-size-mobile: 1rem;
	--base-font-size: 1.125rem;
	--base-font-weight: 400;
	--base-line-height: 1.5;
	--base-letter-spacing: normal;
	--font-weight-bold: 700;
	--second-font: 'DM Serif Text', Georgia, serif;
	--body-color: #302828;
	--font-size-sm: .75rem;
	--font-size-xs: .625rem;
	--spacer: 20px;
	--grid-gutter-width-mobile: 20px;
	--grid-gutter-width: 30px;
	--font-size-h1: 4.6875rem;
	--font-size-h2: 3rem;
	--font-size-h3: 2.25rem;
	--font-size-h4: 1.5rem;
	--line-height-h1: 1.36;
	--line-height-heading: 1.1;
	--divider-color: #C5BFB8;
	--calendar-border-color: #c4c4c4;
	--error-color: #ff3333;
}