{
    "version": 2,
    "settings": {
        "appearanceTools": true,
        "typography": {
            "fontFamilies": [
                {
                    "fontFamily": "Roboto",
                    "slug": "cafeina-roboto",
                    "google": true
                }
            ],
            "fontSizes": [
                {
                    "name": "Small",
                    "slug": "cafeina-small",
                    "size": "14px"
                },
                {
                    "name": "Medium",
                    "slug": "cafeina-medium",
                    "size": "18px"
                },
                {
                    "name": "Large",
                    "slug": "cafeina-large",
                    "size": "24px"
                }
            ]
        },
        "color": {
            "palette": [
                {
                    "name": "Primary",
                    "slug": "cafeina-primary",
                    "color": "#222222"
                },
                {
                    "name": "Secondary",
                    "slug": "cafeina-secondary",
                    "color": "#FFD700"
                }
            ]
        },
        "spacing": {
            "spacingScale": [
                {
                    "name": "Small",
                    "slug": "cafeina-spacing-small",
                    "size": "10px"
                },
                {
                    "name": "Medium",
                    "slug": "cafeina-spacing-medium",
                    "size": "20px"
                },
                {
                    "name": "Large",
                    "slug": "cafeina-spacing-large",
                    "size": "30px"
                }
            ]
        }
    },
    "styles": {
        "typography": {
            "fontFamily": "var(--wp--preset--font-family--cafeina-roboto)"
        },
        "color": {
            "text": "var(--wp--preset--color--cafeina-primary)",
            "background": "#ffffff"
        },
        "spacing": {
            "padding": {
                "top": "var(--wp--preset--spacing--cafeina-spacing-medium)",
                "bottom": "var(--wp--preset--spacing--cafeina-spacing-medium)"
            }
        },
	"elements": {
	    "link": {
		"textDecoration": "underline"
	    }
	}
    }
}
