@import "tailwindcss";
@theme {
  --color-bonsai-bg1: #f2f2ec;
  --color-bonsai-bg2: #f8f8f5;
  --color-bonsai-green: #879232;
  --color-bonsai-advice-overlay: #89a22e;
  --color-bonsai-dark: #231f20;
  --color-bonsai-timeline-text: #dfdfd0;
  --color-bonsai-gray: #808080;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.hide-scrollbar {
  -ms-overflow-style: none; /* IE oraz Edge */
  scrollbar-width: none; /* Firefox */
}
