update
This commit is contained in:
@@ -6,7 +6,18 @@ export default {
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
fontFamily: {
|
||||
serif: ['Playfair Display', 'Georgia', 'Times New Roman', 'serif'],
|
||||
sans: ['Inter', 'system-ui', '-apple-system', 'sans-serif'],
|
||||
},
|
||||
colors: {
|
||||
luxury: {
|
||||
gold: '#d4af37',
|
||||
'gold-light': '#f5d76e',
|
||||
'gold-dark': '#c9a227',
|
||||
black: '#0f0f0f',
|
||||
'black-light': '#1a1a1a',
|
||||
},
|
||||
primary: {
|
||||
50: '#eff6ff',
|
||||
100: '#dbeafe',
|
||||
|
||||
Reference in New Issue
Block a user