diff --git a/pitch-deck/app/globals.css b/pitch-deck/app/globals.css index cdeaab4..155b862 100644 --- a/pitch-deck/app/globals.css +++ b/pitch-deck/app/globals.css @@ -1,10 +1,10 @@ +@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap'); + @tailwind base; @tailwind components; @tailwind utilities; -@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap'); -@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap'); - /* === Dark Mode (default) === */ :root { --bg-primary: #0a0a1a; diff --git a/pitch-deck/lib/i18n.ts b/pitch-deck/lib/i18n.ts index 7a7d0b0..b6abff2 100644 --- a/pitch-deck/lib/i18n.ts +++ b/pitch-deck/lib/i18n.ts @@ -26,9 +26,7 @@ const translations = { 'Investition & Cap Table', 'Kundenersparnis', 'KI Q&A', - 'Anhang: Annahmen', 'Anhang: Systemarchitektur', - 'Anhang: Go-to-Market', 'Anhang: Regulatorik', 'Anhang: Engineering', 'Anhang: KI-Pipeline', @@ -324,9 +322,7 @@ const translations = { 'Investment & Cap Table', 'Customer Savings', 'AI Q&A', - 'Appendix: Assumptions', 'Appendix: System Architecture', - 'Appendix: Go-to-Market', 'Appendix: Regulatory', 'Appendix: Engineering', 'Appendix: AI Pipeline',