{
	"font": {
		"type": "string",
		"default": "Inter"
	},
	"fontSize": {
		"type": "object",
		"default": {
			"lg": "16px",
			"sm": "16px"
		}
	},
	"fontLineHeight": {
		"type": "object",
		"default": {
			"lg": "24px",
			"sm": "24px"
		}
	},
	"backgroundColor": {
		"type": "string",
		"default": "#fff"
	},
	"backgroundImage": {
		"type": "string"
	},
	"backgroundImageFocalPoint": {
		"type": "object",
		"default": {
			"x": 0.5,
			"y": 0.5
		}
	},
	"logo": {
		"type": "object",
		"default": {}
	},
	"typographyPreset": {
		"type": "string",
		"default": "sm"
	},
	"questionsLabelFont": {
		"type": "string",
		"default": "Inherit"
	},
	"questionsLabelFontSize": {
		"type": "object",
		"default": {
			"lg": "16px",
			"sm": "16px"
		}
	},
	"questionsLabelLineHeight": {
		"type": "object",
		"default": {
			"lg": "24px",
			"sm": "24px"
		}
	},
	"questionsDescriptionFont": {
		"type": "string",
		"default": "Inherit"
	},
	"questionsDescriptionFontSize": {
		"type": "object",
		"default": {
			"lg": "14px",
			"sm": "14px"
		}
	},
	"questionsDescriptionLineHeight": {
		"type": "object",
		"default": {
			"lg": "20px",
			"sm": "20px"
		}
	},
	"questionsColor": {
		"type": "string",
		"default": "#000"
	},
	"answersColor": {
		"type": "string",
		"default": "#4a4a4a"
	},
	"textInputAnswers": {
		"type": "object",
		"default": {
			"lg": "20px",
			"sm": "20px"
		}
	},
	"buttonsFontColor": {
		"type": "string",
		"default": "#fff"
	},
	"buttonsFontSize": {
		"type": "object",
		"default": {
			"lg": "16px",
			"sm": "16px"
		}
	},
	"buttonsPadding": {
		"type": "object",
		"default": {
			"top": {
				"lg": "10px",
				"sm": "10px"
			},
			"bottom": {
				"lg": "10px",
				"sm": "10px"
			},
			"left": {
				"lg": "23px",
				"sm": "23px"
			},
			"right": {
				"lg": "20px",
				"sm": "20px"
			}
		}
	},
	"buttonsBgColor": {
		"type": "string",
		"default": "#2563eb"
	},
	"buttonsBorderRadius": {
		"type": "number",
		"default": 25
	},
	"buttonsBorderWidth": {
		"type": "number",
		"default": 0
	},
	"buttonsBorderColor": {
		"type": "string",
		"default": "#000"
	},
	"errorsFontColor": {
		"type": "string",
		"default": "#ef4444"
	},
	"errorsBgColor": {
		"type": "string",
		"default": "#fee2e2"
	},
	"progressBarFillColor": {
		"type": "string",
		"default": "#2563eb"
	},
	"progressBarBgColor": {
		"type": "string",
		"default": "#e5e7eb"
	},
	"formFooterBgColor": {
		"type": "object",
		"default": {
			"lg": "#f8fafc",
			"sm": "#f8fafc"
		}
	}
}