{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
	"title": "Agency",
	"settings": {
		"color": {
			"palette": [
				{
					"color": "rgba(33, 32, 30, 1)",
					"name": "Base",
					"slug": "base"
				},
				{
					"color": "rgba(242, 107, 156, 1)",
					"name": "Contrast",
					"slug": "contrast"
				},
				{
					"color": "rgba(84, 128, 227, 1)",
					"name": "Accent 1",
					"slug": "accent-1"
				},
				{
					"color": "rgba(225, 231, 241, 1)",
					"name": "Accent 2",
					"slug": "accent-2"
				},
				{
					"color": "rgba(244, 247, 251, 1)",
					"name": "Accent 3",
					"slug": "accent-3"
				},
				{
					"color": "rgba(171, 171, 171, 1)",
					"name": "Accent 4",
					"slug": "accent-4"
				},
				{
					"color": "rgba(255, 255, 255, 1)",
					"name": "White",
					"slug": "white"
				}
			]
		},
		"typography": {
			"customFontSize": true,
			"defaultFontSizes": false,
			"dropCap": true,
			"fluid": true,
			"fontFamilies": [
				{
					"fontFace": [
						{
							"fontFamily": "Manrope",
							"fontStyle": "normal",
							"fontWeight": "200 800",
							"src": [
								"file:./assets/fonts/manrope/manrope-regular.woff2"
							]
						}
					],
					"fontFamily": "\"Manrope\", sans-serif",
					"name": "Manrope",
					"slug": "headings"
				},
				{
					"fontFace": [
						{
							"fontFamily": "Inter",
							"fontStyle": "normal",
							"fontWeight": "100 900",
							"src": [
								"file:./assets/fonts/inter/inter-regular.woff2"
							]
						},
						{
							"fontFamily": "Inter",
							"fontStyle": "italic",
							"fontWeight": "100 900",
							"src": [
								"file:./assets/fonts/inter/inter-italic.woff2"
							]
						}
					],
					"fontFamily": "\"Inter\", sans-serif",
					"name": "Inter",
					"slug": "text"
				}
			]
		}
	}
}