{
    "$schema": "https://schemas.wp.org/trunk/theme.json",
    "version": 3,
    "settings": {
        "appearanceTools": true,
        "layout": {
            "contentSize": "760px",
            "wideSize": "1180px"
        },
        "color": {
            "defaultPalette": false,
            "palette": [
                {
                    "slug": "athlorix-dark",
                    "color": "#07111f",
                    "name": "Athlorix Dark"
                },
                {
                    "slug": "athlorix-orange",
                    "color": "#d63912",
                    "name": "Athlorix Orange"
                },
                {
                    "slug": "athlorix-blue",
                    "color": "#2048ff",
                    "name": "Athlorix Blue"
                },
                {
                    "slug": "athlorix-soft",
                    "color": "#f4f7fb",
                    "name": "Athlorix Soft"
                },
                {
                    "slug": "white",
                    "color": "#ffffff",
                    "name": "White"
                }
            ]
        },
        "spacing": {
            "units": [
                "px",
                "rem",
                "em",
                "%",
                "vw"
            ],
            "spacingSizes": [
                {
                    "slug": "20",
                    "size": "0.75rem",
                    "name": "Small"
                },
                {
                    "slug": "40",
                    "size": "1.5rem",
                    "name": "Medium"
                },
                {
                    "slug": "60",
                    "size": "2.5rem",
                    "name": "Large"
                },
                {
                    "slug": "80",
                    "size": "4rem",
                    "name": "Extra Large"
                }
            ]
        },
        "typography": {
            "fluid": true,
            "fontFamilies": [
                {
                    "fontFamily": "Inter, system-ui, -apple-system, Segoe UI, Arial, sans-serif",
                    "slug": "inter",
                    "name": "Inter"
                }
            ],
            "fontSizes": [
                {
                    "slug": "small",
                    "size": "0.875rem",
                    "name": "Small"
                },
                {
                    "slug": "medium",
                    "size": "1rem",
                    "name": "Medium"
                },
                {
                    "slug": "large",
                    "size": "clamp(1.25rem,2vw,1.5rem)",
                    "name": "Large"
                },
                {
                    "slug": "x-large",
                    "size": "clamp(2rem,5vw,3.5rem)",
                    "name": "Extra Large"
                },
                {
                    "slug": "xx-large",
                    "size": "clamp(3rem,8vw,5.5rem)",
                    "name": "Huge"
                }
            ]
        }
    },
    "styles": {
        "color": {
            "text": "#172033",
            "background": "#ffffff"
        },
        "typography": {
            "fontFamily": "var:preset|font-family|inter",
            "lineHeight": "1.7"
        },
        "spacing": {
            "blockGap": "1.5rem"
        },
        "elements": {
            "heading": {
                "typography": {
                    "fontWeight": "800",
                    "lineHeight": "1.1",
                    "letterSpacing": "-0.035em"
                },
                "color": {
                    "text": "#07111f"
                }
            },
            "link": {
                "color": {
                    "text": "#2048ff"
                }
            }
        },
        "blocks": {
            "core/button": {
                "border": {
                    "radius": "999px"
                }
            },
            "core/image": {
                "border": {
                    "radius": "22px"
                }
            }
        }
    }
}