This commit is contained in:
2026-07-14 16:12:29 +08:00
parent 91ffce9f36
commit 35aa9d2d13
22 changed files with 764 additions and 119 deletions
+12 -12
View File
@@ -9,18 +9,18 @@
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#3B82F6',
secondary: '#60A5FA',
cta: '#F97316',
background: '#F8FAFC',
text: '#1E293B',
border: '#E2E8F0',
},
fontFamily: {
heading: ['Fredoka', 'sans-serif'],
body: ['Nunito', 'sans-serif'],
},
colors: {
primary: '#3B82F6',
secondary: '#60A5FA',
cta: '#F97316',
background: '#F8FAFC',
text: '#1E293B',
border: '#E2E8F0',
},
fontFamily: {
heading: ['Fredoka', 'sans-serif'],
body: ['Nunito', 'sans-serif'],
},
},
},
}