/* Dynamic Theme CSS */

button, a.btn, [role="button"] {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.bg-yellow-500 {
    background-color: #fdb913 !important;
}

header.bg-yellow-500,
footer.bg-yellow-500 {
    background-color: #fdb913 !important;
}

.bg-yellow-500:not(header):not(footer) {
    background-color: #fdb913 !important;
}

.text-yellow-500,
.text-yellow-600 {
    color: #fdb913 !important;
}

span.bg-yellow-500,
.inline-block.bg-yellow-500 {
    background-color: #fdb913 !important;
}

.hover\:bg-yellow-600:hover {
    background-color: #fdb913 !important;
    filter: brightness(0.9);
}

.hover\:text-yellow-600:hover {
    color: #fdb913 !important;
    filter: brightness(0.9);
}

html, body {
    overscroll-behavior-y: none;
    -webkit-overflow-scrolling: touch;
}
body {
    min-height: 100vh;
    min-height: 100dvh;
}
