19 lines
427 B
JavaScript
19 lines
427 B
JavaScript
export default {
|
|
content: ["index.html"],
|
|
theme: {
|
|
colors: {
|
|
"brandy-red": "#854632",
|
|
"dark-charcoal": "#312E2C",
|
|
"dark-raspberry": "#7A284E",
|
|
"wenge-brown": "#5F564D",
|
|
"white-coffee": "#E3DDD7",
|
|
eggshell: "#F3E5D7",
|
|
snow: "#FFF7FB",
|
|
white: "#FFFFFF",
|
|
},
|
|
fontFamily: {
|
|
sans: ["Outfit", "sans-serif"],
|
|
serif: ["Young\\ Serif", "serif"],
|
|
},
|
|
},
|
|
};
|