{ "id": "film-script", "name": "Film Script", "category": "editorial", "description": "Hollywood screenplay format. Courier font, specific margins, and character name centering.", "vibe": "Cinematic, Format, Draft", "googleFontsImport": "https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap", "typography": { "fonts": { "heading": "Courier Prime", "body": "Courier Prime", "code": "Courier Prime" }, "colors": { "text": "000000", "textSecondary": "333333", "background": "FFFFFF", "accent": "666666", "border": "CCCCCC", "codeBg": "F9F9F9", "blockquoteBorder": "666666" } }, "elements": { "h1": { "font": "heading", "size": 12, "color": "text", "bold": true, "align": "left", "spacing": { "before": 24, "after": 24, "line": 1.2 }, "allCaps": true, "underline": true }, "h2": { "font": "heading", "size": 12, "color": "text", "bold": true, "align": "center", "spacing": { "before": 48, "after": 0, "line": 1.2 }, "allCaps": true }, "h3": { "font": "heading", "size": 12, "color": "text", "bold": true, "align": "left", "spacing": { "before": 24, "after": 12, "line": 1.2 }, "italic": true }, "h4": { "font": "body", "size": 12, "color": "text", "bold": true, "align": "left", "spacing": { "before": 12, "after": 6, "line": 1.2 } }, "h5": { "font": "body", "size": 12, "color": "text", "bold": true, "align": "left", "spacing": { "before": 12, "after": 6, "line": 1.2 } }, "h6": { "font": "body", "size": 12, "color": "text", "italic": true, "align": "left", "spacing": { "before": 12, "after": 6, "line": 1.2 } }, "p": { "font": "body", "size": 12, "color": "text", "align": "left", "spacing": { "before": 0, "after": 12, "line": 1.2 } }, "blockquote": { "font": "body", "size": 12, "color": "text", "italic": false, "align": "center", "spacing": { "before": 12, "after": 12, "line": 1.2 }, "padding": 0, "margin": { "left": 40, "right": 40 }, "background": "transparent" }, "code": { "font": "body", "size": 12, "color": "textSecondary", "background": "codeBg", "spacing": { "before": 0, "after": 0, "line": 1.2 } }, "pre": { "font": "body", "size": 12, "color": "textSecondary", "background": "codeBg", "padding": 12, "spacing": { "before": 12, "after": 12, "line": 1.2 }, "border": null }, "ul": { "spacing": { "before": 12, "after": 12, "line": 1.2 }, "indent": 24, "bullet": "dash" }, "ol": { "spacing": { "before": 12, "after": 12, "line": 1.2 }, "indent": 24, "numbering": "decimal" }, "li": { "font": "body", "size": 12, "color": "text", "spacing": { "before": 4, "after": 4, "line": 1.2 } }, "strong": { "font": "body", "bold": true, "color": "text" }, "em": { "font": "body", "italic": true }, "a": { "font": "body", "color": "text", "underline": true }, "table": { "spacing": { "before": 24, "after": 24, "line": 1.2 }, "border": { "color": "text", "width": 1, "style": "solid" } }, "th": { "font": "body", "size": 12, "color": "text", "bold": true, "padding": 8, "allCaps": true }, "td": { "font": "body", "size": 12, "color": "text", "padding": 8, "borderBottom": { "color": "text", "width": 1, "style": "solid" } }, "hr": { "spacing": { "before": 24, "after": 24 }, "border": { "color": "text", "width": 1, "style": "solid" } }, "img": { "align": "left", "spacing": { "before": 12, "after": 12 } }, "del": { "font": "body", "strikethrough": true }, "sup": { "font": "body", "size": 9, "superScript": true }, "sub": { "font": "body", "size": 9, "subScript": true }, "mark": { "font": "body", "background": "text", "color": "background" }, "footnote": { "font": "body", "size": 10, "color": "text", "superScript": true }, "footnoteRef": { "font": "body", "size": 10, "color": "text", "spacing": { "before": 4, "after": 4, "line": 1.2 } } }, "page": { "margins": { "top": 72, "bottom": 72, "left": 108, "right": 72 }, "columns": 1, "header": false, "footer": true } }