style: Update default theme

This commit is contained in:
2026-05-25 16:51:44 +02:00
parent 155fe20862
commit 1259645706
23 changed files with 1206 additions and 630 deletions

View File

@@ -44,8 +44,8 @@ module.exports = {
sm: 'calc(var(--radius) - 4px)',
},
fontFamily: {
sans: ['Inter', 'system-ui', '-apple-system', 'sans-serif'],
mono: ['JetBrains Mono', 'Fira Code', 'monospace'],
sans: ['Outfit', 'system-ui', '-apple-system', 'sans-serif'],
mono: ['IBM Plex Mono', 'Fira Code', 'monospace'],
},
animation: {
'fade-in': 'fadeIn 0.6s ease-out forwards',