/*
Theme Name: TAMIA Events
Theme URI: https://yourwebsite.com/
Author: Your Name
Author URI: https://yourwebsite.com/
Description: A custom WordPress theme for TAMIA Events.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tamia-events
*/
.bg-gold {
    background-color: #FFD700;
}
button.wc-block-components-checkout-place-order-button {
  background-color: #3B82F6 !important;
  color: white !important;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 8px;
  width: 100%;
  text-align: center;
  transition: background-color 0.3s;
}

button.wc-block-components-checkout-place-order-button:hover {
  background-color: #2563EB !important;
}

@layer utilities {
  .btn-primary {
    @apply inline-block bg-primary hover:bg-secondary
           text-white font-semibold py-3 px-6 rounded-lg
           transition duration-300;
  }
}