:root {
  --theme-btn-bg: #ffe900;
  --theme-btn-text: #0a0a1a;
  --theme-btn-hover: #e6c200;
  --theme-btn-radius: 999px;
  --theme-nav-hover: #ffd700;
  --theme-card-radius: 16px;
  --theme-card-hover-border: #ffe900;
  --theme-card-hover-shadow: 0 8px 32px rgba(0,0,0,.1);
  --theme-card-img-ratio: 4/5;
  --theme-price-color: #111827;
  --theme-badge-bg: #ffe900;
  --theme-badge-text: #111827;
}
