/*
Theme Name: YBB Gold Ayurvedic
Description: A premium Ayurvedic wellness theme.
Author: v0
Version: 1.0
*/

.font-body {
  font-family: "Montserrat", sans-serif;
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.material-symbols-outlined.fill {
  font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
}
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: white;
    font-size: 24px;
    padding: 6px 12px;
    border-radius: 9999px;
    cursor: pointer;
  }

/* Tailwind Configuration */
/* Note: In a real WP theme, you'd usually compile this, but keeping script config for portability as requested */
