foundations: design tokens (light + dark) and CSS reset

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-03-18 09:07:31 +01:00
parent 216651e525
commit 0f2d730287
5 changed files with 173 additions and 5 deletions

2
src/index.css Normal file
View File

@@ -0,0 +1,2 @@
@import './design-system/tokens.css';
@import './design-system/reset.css';