{
    "$schema": "https://schemas.wp.org/trunk/theme.json",
    "version": 3,
    "settings": {
        "layout": {
            "contentSize": "820px",
            "wideSize": "1100px"
        },
        "color": {
            "palette": [
                {
                    "slug": "brand",
                    "color": "#2e7d6b",
                    "name": "Brand"
                },
                {
                    "slug": "brand-2",
                    "color": "#3fae95",
                    "name": "Brand Light"
                },
                {
                    "slug": "accent",
                    "color": "#f4a259",
                    "name": "Accent"
                },
                {
                    "slug": "coral",
                    "color": "#ef6f6c",
                    "name": "Coral"
                },
                {
                    "slug": "ink",
                    "color": "#1d2b28",
                    "name": "Ink"
                },
                {
                    "slug": "muted",
                    "color": "#5b6b67",
                    "name": "Muted"
                },
                {
                    "slug": "soft",
                    "color": "#f5f9f7",
                    "name": "Soft"
                },
                {
                    "slug": "white",
                    "color": "#ffffff",
                    "name": "White"
                }
            ]
        },
        "typography": {
            "fontFamilies": [
                {
                    "fontFamily": "'Poppins', sans-serif",
                    "slug": "poppins",
                    "name": "Poppins"
                }
            ],
            "fontSizes": [
                {
                    "slug": "small",
                    "size": "0.9rem",
                    "name": "Small"
                },
                {
                    "slug": "medium",
                    "size": "1.05rem",
                    "name": "Medium"
                },
                {
                    "slug": "large",
                    "size": "1.5rem",
                    "name": "Large"
                },
                {
                    "slug": "x-large",
                    "size": "2.4rem",
                    "name": "Extra Large"
                }
            ]
        },
        "spacing": {
            "units": [
                "px",
                "em",
                "rem",
                "%",
                "vw"
            ]
        },
        "appearanceTools": true
    },
    "styles": {
        "color": {
            "background": "#ffffff",
            "text": "#1d2b28"
        },
        "typography": {
            "fontFamily": "'Poppins', sans-serif",
            "lineHeight": "1.7"
        },
        "elements": {
            "link": {
                "color": {
                    "text": "#2e7d6b"
                }
            },
            "h1": {
                "typography": {
                    "fontWeight": "700"
                }
            },
            "h2": {
                "typography": {
                    "fontWeight": "700"
                }
            }
        }
    },
    "templateParts": [
        {
            "name": "header",
            "title": "Header",
            "area": "header"
        },
        {
            "name": "footer",
            "title": "Footer",
            "area": "footer"
        }
    ]
}