
	 .merhcant-paragraph>.merchantHeaderContant .heading1 {
		color: #372e2e !important;
	}
	body {
		min-height: 100%;
		margin: 0;
		font-family: var(--font-body-family) !important;
		font-style: var(--font-body-style) !important;
		font-weight: var(--font-body-weight) ! IMPORTANT;
		font-size: var(--font-body-size) !important;
		line-height: var(--font-body-line-height) !important;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		touch-action: manipulation;
		-webkit-text-size-adjust: 100%;
		font-feature-settings: normal;
	}
	a {
		color: inherit;
	}
