/*
Theme Name: WheelAround Rentals Theme
Author: Niishcloud
Version: 1.0
*/

@layer base {
    html {
        scroll-behavior: smooth;
    }
    body {
        @apply font-sans text-brand-charcoal bg-white antialiased;
    }
    h1, h2, h3, h4, h5, h6 {
        @apply text-brand-navy font-bold tracking-tight;
    }
}

@layer utilities {
    .scrollbar-hide {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .scrollbar-hide::-webkit-scrollbar {
        display: none;
    }
}
Author URI: https://www.niishcloud.com
