tailwind.config = {
theme: {
extend: {
colors: {
primary: '#C8102E',
secondary: '#D4AF37',
neutral: '#F5F2EB',
dark: '#2D2926',
}