tailwind.config = {
theme: {
extend: {
colors: {
honey: {
50: '#fffbeb',
100: '#fef3c7',
200: '#fde68a',
300: '#fcd34d',
400: '#fbbf24',
500: '#f59e0b',
600: '#d97706',
700: '#b45309',
800: '#92400e',
900: '#78350f',
},
danger: {
50: '#fef2f2',
100: '#fee2e2',
500: '#ef4444',
600: '#dc2626',
}
},
fontFamily: {
sans: ['"Noto Sans SC"', 'sans-serif'],
},
boxShadow: {
'glass': '0 8px 32px 0 rgba(31, 38, 135, 0.07)',
'glow': '0 0 20px rgba(251, 191, 36, 0.3)',
}
}
}
}
body {
font-family: 'Noto Sans SC', sans-ser