/*
Theme Name: Rentalno Theme
Theme URI: https://nusakit.com
Author: Saiful Anwar
Author URI: https://nusakit.com
Description: A premium, mobile-first WordPress theme for car rental services. Built with Tailwind CSS logic.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rentalno
Tags: one-column, custom-colors, custom-menu, custom-logo, featured-images
*/

/* 
 * This theme uses Tailwind CSS via CDN for development speed as requested.
 * Custom styles should be added here if not covered by utilities.
 */
body {
    font-family: 'Be Vietnam Pro', sans-serif;
}

/* Fix Custom Logo Responsive */
.custom-logo-wrapper img {
    height: auto;
    width: auto;
    max-height: 48px; /* Match header height constraints */
    object-fit: contain;
}
@media (max-width: 768px) {
    .custom-logo-wrapper img {
        max-height: 40px; /* Slightly smaller on mobile */
    }
}
