/* Tailwind utilities are available (CDN in index.html). Add minimal custom styles here if needed. */

/* @wg-theme-begin */
:root {
  --primaryColor: #229626;
  --primaryColorHover: #1d8020;
}
.wg-widget-host {
  --primaryColor: #229626;
  --primaryColorHover: #1d8020;
}
/* Fallback selectors for Tailwind arbitrary value classes (in case CDN JIT misses them) */
.bg-\[var\(--primaryColor\)\] { background-color: var(--primaryColor) !important; }
.hover\:bg-\[var\(--primaryColorHover\)\]\:hover { background-color: var(--primaryColorHover) !important; }
.focus\:ring-\[var\(--primaryColor\)\]\:focus { --tw-ring-color: var(--primaryColor); }
/* @wg-theme-end */


/* Example usage (remove if not needed):
.btn-example {
  background: var(--primaryColor);
  color: #fff;
}*/
