/*
Theme Name: WanderWallet
Theme URI: https://wanderwallet.io
Author: WanderWallet Team
Author URI: https://wanderwallet.io
Description: WordPress theme for WanderWallet website with ACF Pro integration
Version: 1.0.0
Text Domain: wanderwallet
*/

/* Hide scrollbar but maintain scrolling functionality */
.hide-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

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

/* WanderWays background - always display at 50% of file dimensions */
.wanderways-bg {
  height: auto;
  max-width: none;
}
