This commit is contained in:
Paul Fresnel
2024-11-07 02:59:39 +01:00
parent 69e41bfef5
commit 0060fb2402
6 changed files with 156 additions and 135 deletions
+17 -3
View File
@@ -9,11 +9,25 @@ const config: Config = {
theme: {
extend: {
colors: {
background: "var(--background)",
foreground: "var(--foreground)",
'bakery': {
50: '#FDF8F6',
100: '#F2E8E5',
200: '#E8D6D0',
300: '#D4B4A5',
400: '#C19277',
500: '#A67759',
600: '#8B5E43',
700: '#6F4A34',
800: '#523627',
900: '#352318',
},
},
fontFamily: {
'serif': ['var(--font-playfair)'],
'sans': ['var(--font-raleway)'],
},
},
},
plugins: [],
};
export default config;
export default config;