PreRelease v1

This commit is contained in:
2026-03-25 13:52:45 +01:00
parent 94b0c68703
commit 6bf998a52a
56 changed files with 11427 additions and 847 deletions

View File

@@ -10,6 +10,10 @@ const config: Config = {
],
theme: {
extend: {
fontFamily: {
sans: ["var(--font-inter)", "system-ui", "sans-serif"],
mono: ["var(--font-mono)", "monospace"],
},
colors: {
border: "hsl(var(--border))",
input: "hsl(var(--input))",