This commit is contained in:
2025-02-08 14:24:51 -06:00
parent d643be301f
commit 769e99d4c3
136 changed files with 3759 additions and 444 deletions
+12 -10
View File
@@ -10,21 +10,23 @@ const config: Config = {
extend: {
colors: {
'bakery': {
50: '#FDF8F6',
100: '#F2E8E5',
200: '#E8D6D0',
300: '#D4B4A5',
400: '#C19277',
500: '#A67759',
600: '#8B5E43',
700: '#6F4A34',
800: '#523627',
900: '#352318',
50: '#f2f3f2',
100: '#d9dbd7',
200: '#c0c3bc',
300: '#a7aba1',
400: '#8e9386',
500: '#74796c',
600: '#5a5e54',
700: '#40433c',
800: '#272824',
900: '#0d0d0c',
},
},
fontFamily: {
'serif': ['var(--font-playfair)'],
'sans': ['var(--font-raleway)'],
'adbhashitha': ['var(--font-adbhashitha)'],
'lejour': ['var(--font-lejour)'],
},
},
},