
/*! tailwindcss v3.x | MIT License | https://tailwindcss.com */
@tailwind base;
@tailwind components;
@tailwind utilities;

/* Custom colors */
.text-gold { color: #d4af37; }
.bg-gold { background-color: #d4af37; }
.text-silver { color: #c0c0c0; }
.bg-silver { background-color: #c0c0c0; }
.text-dark { color: #111111; }
.bg-dark { background-color: #111111; }
