{ "id": "zen-garden", "name": "Zen Garden", "category": "minimalist", "description": "Inspired by Japanese rock gardens. Extreme minimalism with meditative spacing and natural balance.", "vibe": "Meditative, Balanced, Serene", "googleFontsImport": "https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&family=Noto+Sans+JP:wght@300;400;700&display=swap", "typography": { "fonts": { "heading": "Noto Serif JP", "body": "Noto Sans JP", "code": "Noto Sans JP" }, "colors": { "text": "4A4A4A", "textSecondary": "2C2C2C", "background": "FFFFFF", "accent": "6B8E6B", "border": "E8E8E8", "codeBg": "F9F9F9", "blockquoteBg": "FFFFFF", "blockquoteBorder": "6B8E6B" } }, "elements": { "h1": { "font": "heading", "size": 26, "color": "textSecondary", "bold": true, "align": "left", "spacing": { "before": 60, "after": 40, "line": 1.4 } }, "h2": { "font": "body", "size": 11, "color": "5C5C5C", "bold": false, "align": "left", "letterSpacing": 2, "spacing": { "before": 48, "after": 24, "line": 1.6 } }, "h3": { "font": "heading", "size": 13, "color": "textSecondary", "bold": true, "align": "left", "spacing": { "before": 32, "after": 16, "line": 1.6 } }, "h4": { "font": "heading", "size": 12, "color": "textSecondary", "bold": true, "align": "left", "spacing": { "before": 24, "after": 12, "line": 1.6 } }, "h5": { "font": "body", "size": 10, "color": "textSecondary", "bold": true, "align": "left", "spacing": { "before": 20, "after": 10, "line": 1.6 } }, "h6": { "font": "body", "size": 10, "color": "textSecondary", "bold": true, "align": "left", "spacing": { "before": 20, "after": 10, "line": 1.6 } }, "p": { "font": "body", "size": 10, "color": "text", "align": "left", "spacing": { "before": 0, "after": 20, "line": 2.0 } }, "blockquote": { "font": "heading", "size": 12, "color": "textSecondary", "italic": false, "align": "left", "spacing": { "before": 40, "after": 40, "line": 1.8 }, "padding": 32, "border": { "left": { "color": "blockquoteBorder", "width": 1, "style": "solid" } }, "background": "blockquoteBg" }, "code": { "font": "code", "size": 10, "color": "textSecondary", "background": "codeBg", "spacing": { "before": 0, "after": 0, "line": 1.6 } }, "pre": { "font": "code", "size": 10, "color": "textSecondary", "background": "codeBg", "padding": 24, "spacing": { "before": 24, "after": 24, "line": 1.6 }, "border": { "color": "border", "width": 1, "style": "solid" } }, "ul": { "spacing": { "before": 20, "after": 20, "line": 2.0 }, "indent": 24, "bullet": "circle" }, "ol": { "spacing": { "before": 20, "after": 20, "line": 2.0 }, "indent": 24, "numbering": "decimal" }, "li": { "font": "body", "size": 10, "color": "text", "spacing": { "before": 4, "after": 4, "line": 2.0 } }, "strong": { "font": "heading", "bold": true, "color": "textSecondary" }, "em": { "font": "body", "italic": true }, "a": { "font": "body", "color": "accent", "underline": false, "bold": true }, "table": { "spacing": { "before": 24, "after": 24, "line": 1.6 }, "border": { "color": "border", "width": 1, "style": "solid" } }, "th": { "font": "heading", "size": 10, "color": "textSecondary", "bold": true, "background": "codeBg", "padding": 12, "borderBottom": { "color": "accent", "width": 1, "style": "solid" } }, "td": { "font": "body", "size": 10, "color": "text", "padding": 12, "borderBottom": { "color": "border", "width": 1, "style": "solid" } }, "hr": { "spacing": { "before": 48, "after": 48 }, "border": { "color": "border", "width": 1, "style": "solid" } }, "img": { "align": "center", "spacing": { "before": 32, "after": 32 }, "border": { "color": "border", "width": 1, "style": "solid" } }, "del": { "font": "body", "strikethrough": true, "color": "border" }, "sup": { "font": "body", "size": 9, "superScript": true }, "sub": { "font": "body", "size": 9, "subScript": true }, "mark": { "font": "body", "background": "codeBg", "color": "accent" }, "footnote": { "font": "body", "size": 10, "color": "textSecondary", "superScript": true }, "footnoteRef": { "font": "body", "size": 10, "color": "textSecondary", "spacing": { "before": 4, "after": 4, "line": 1.2 } } }, "page": { "margins": { "top": 72, "bottom": 72, "left": 72, "right": 72 }, "columns": 1, "header": true, "footer": true } }