{ "id": "bauhaus-poster", "name": "Bauhaus Poster", "category": "creative", "description": "Geometric minimalism inspired by the Bauhaus movement (1919-1933). Primary colors, bold diagonal lines, and functional typography.", "vibe": "Geometric, Modernist, Functional", "googleFontsImport": "https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap", "typography": { "fonts": { "heading": "Josefin Sans", "body": "Jost", "code": "Jost" }, "colors": { "text": "212121", "textSecondary": "D50000", "background": "F5F5F0", "accent": "2962FF", "border": "000000", "codeBg": "FFEB3B", "blockquoteBorder": "D50000" } }, "elements": { "h1": { "font": "heading", "size": 48, "color": "textSecondary", "bold": true, "align": "right", "spacing": { "before": 48, "after": 24, "line": 1.1 }, "borderBottom": { "color": "border", "width": 8, "style": "solid", "space": 10 }, "allCaps": true, "rotation": -2 }, "h2": { "font": "heading", "size": 24, "color": "accent", "bold": true, "align": "left", "spacing": { "before": 36, "after": 18, "line": 1.2 }, "background": "codeBg", "padding": 12, "rotation": 1 }, "h3": { "font": "heading", "size": 20, "color": "text", "bold": true, "align": "left", "spacing": { "before": 24, "after": 12, "line": 1.2 }, "borderLeft": { "color": "accent", "width": 12, "style": "solid", "space": 12 } }, "h4": { "font": "body", "size": 18, "color": "textSecondary", "bold": true, "align": "left", "spacing": { "before": 20, "after": 10, "line": 1.3 } }, "h5": { "font": "body", "size": 14, "color": "accent", "bold": true, "align": "left", "spacing": { "before": 16, "after": 8, "line": 1.4 }, "allCaps": true }, "h6": { "font": "body", "size": 12, "color": "text", "italic": true, "align": "left", "spacing": { "before": 16, "after": 8, "line": 1.4 } }, "p": { "font": "body", "size": 12, "color": "text", "align": "justify", "spacing": { "before": 0, "after": 16, "line": 1.6 } }, "blockquote": { "font": "heading", "size": 14, "color": "text", "italic": true, "align": "left", "spacing": { "before": 24, "after": 24, "line": 1.5 }, "padding": 24, "borderLeft": { "color": "textSecondary", "width": 16, "style": "solid" }, "background": "transparent" }, "code": { "font": "code", "size": 11, "color": "text", "background": "codeBg", "spacing": { "before": 0, "after": 0, "line": 1.4 } }, "pre": { "font": "code", "size": 11, "color": "text", "background": "codeBg", "padding": 16, "spacing": { "before": 16, "after": 16, "line": 1.4 }, "border": { "color": "border", "width": 2, "style": "solid" } }, "ul": { "spacing": { "before": 16, "after": 16, "line": 1.6 }, "indent": 32, "bullet": "square" }, "ol": { "spacing": { "before": 16, "after": 16, "line": 1.6 }, "indent": 32, "numbering": "decimal" }, "li": { "font": "body", "size": 12, "color": "text", "spacing": { "before": 4, "after": 4, "line": 1.6 } }, "strong": { "font": "heading", "bold": true, "color": "text" }, "em": { "font": "body", "italic": true }, "a": { "font": "body", "color": "accent", "underline": true, "bold": true }, "table": { "spacing": { "before": 24, "after": 24, "line": 1.2 }, "border": { "color": "border", "width": 2, "style": "solid" } }, "th": { "font": "heading", "size": 12, "color": "background", "bold": true, "background": "textSecondary", "padding": 12 }, "td": { "font": "body", "size": 12, "color": "text", "padding": 12, "borderBottom": { "color": "border", "width": 1, "style": "solid" } }, "hr": { "spacing": { "before": 32, "after": 32 }, "border": { "color": "border", "width": 8, "style": "solid" } }, "img": { "align": "center", "spacing": { "before": 24, "after": 24 }, "border": { "color": "border", "width": 4, "style": "solid" } }, "del": { "font": "body", "strikethrough": true }, "sup": { "font": "body", "size": 9, "superScript": true }, "sub": { "font": "body", "size": 9, "subScript": true }, "mark": { "font": "body", "background": "codeBg", "color": "text" }, "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 } }