36 lines
649 B
JSON
36 lines
649 B
JSON
{
|
|
"id": "incorta",
|
|
"name": "Incorta Starter",
|
|
"format": "16:9",
|
|
"colors": {
|
|
"background": "FFFFFF",
|
|
"surface": "F6F8FB",
|
|
"text": "172033",
|
|
"mutedText": "596579",
|
|
"primary": "F05A28",
|
|
"secondary": "1E6BFF",
|
|
"accent": "19A974",
|
|
"line": "D8DEE9"
|
|
},
|
|
"fonts": {
|
|
"heading": "Aptos Display",
|
|
"body": "Aptos",
|
|
"mono": "Aptos Mono"
|
|
},
|
|
"layouts": [
|
|
"title",
|
|
"executive_summary",
|
|
"section_divider",
|
|
"two_column",
|
|
"metric_callout",
|
|
"roadmap",
|
|
"recommendation",
|
|
"closing"
|
|
],
|
|
"density": {
|
|
"maxTitleWords": 12,
|
|
"maxBullets": 5,
|
|
"maxBulletWords": 16
|
|
}
|
|
}
|
|
|