/*
Theme Name: Tigapilar
Theme URI: https://tigapilartools.com
Author: Shaka Siji Creative
Description: Dedicated wordpress theme for Tigapilar Tools
Version: 1.0.0
Text Domain: tigapilar
*/

/* 
 * This theme uses Tailwind CSS via CDN for development.
 * Custom styles can be added here if needed, but utility classes are preferred.
 */

.site-logo {
    max-height: 4rem;
    /* h-16 equivalent */
    width: auto;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scrollbar-hide {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}