| 1 | # Execution Lock |
| 2 | |
| 3 | ## canvas |
| 4 | - viewBox: 0 0 1280 720 |
| 5 | - format: PPT 16:9 |
| 6 | |
| 7 | ## colors |
| 8 | - bg: #FFFFFF |
| 9 | - secondary_bg: #F4F6F8 |
| 10 | - primary: #1A3A5C |
| 11 | - accent: #E8A838 |
| 12 | - secondary_accent: #2D8A4E |
| 13 | - text: #2C3E50 |
| 14 | - text_secondary: #5D6D7E |
| 15 | - text_tertiary: #95A5A6 |
| 16 | - border: #D5DDE5 |
| 17 | - success: #27AE60 |
| 18 | - warning: #E74C3C |
| 19 | |
| 20 | ## typography |
| 21 | - font_family: "Helvetica Neue", Arial, sans-serif |
| 22 | - emphasis_family: Georgia, "Times New Roman", serif |
| 23 | - code_family: Consolas, "Courier New", monospace |
| 24 | - body: 18 |
| 25 | - title: 30 |
| 26 | - subtitle: 24 |
| 27 | - hero_number: 36 |
| 28 | - cover_title: 54 |
| 29 | - annotation: 14 |
| 30 | - page_number: 11 |
| 31 | |
| 32 | ## icons |
| 33 | - library: tabler-filled |
| 34 | - inventory: car, target, chart-pie, users, shield-check, discount, trophy, clock, heart, report-analytics, coin, gift, alert-triangle, circle-check, star, sparkles |
| 35 | |
| 36 | ## images |
| 37 | - cover_bg: images/cover_bg.png |
| 38 | - company_profile: images/company_profile.png |
| 39 | - customer_insight: images/customer_insight.png |
| 40 | - roadmap_bg: images/roadmap_bg.png |
| 41 | |
| 42 | ## page_rhythm |
| 43 | - P01: anchor |
| 44 | - P02: breathing |
| 45 | - P03: dense |
| 46 | - P04: dense |
| 47 | - P05: dense |
| 48 | - P06: dense |
| 49 | - P07: breathing |
| 50 | - P08: dense |
| 51 | - P09: dense |
| 52 | - P10: anchor |
| 53 | |
| 54 | ## forbidden |
| 55 | - Mixing icon libraries |
| 56 | - `<style>`, `class`, `<foreignObject>`, `textPath`, `@font-face`, `<animate*>`, `<script>`, `<iframe>`, `<symbol>`+`<use>` |
| 57 |