@tailwind base; @tailwind components; @tailwind utilities; .bg-gold-xcmg { background-color: #00f4bc; } .border-gold-xcmg { border-color: #00f4bc } .text-gold-xcmg { color: #00f4bc; } .hover\:bg-gold-xcmg:hover { background-color: #00f4bc; }