/*
Theme Name: Rental Marketplace
Theme URI: https://example.com/rental-marketplace
Author: Your Company
Author URI: https://example.com
Description: A modern, mobile-responsive classic WordPress theme for Machinery & Equipment Rental Marketplace websites. Built for WooCommerce and the Booking and Rental Manager plugin, styled with Tailwind CSS.
Version: 1.0.0
Requires at least: 5.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rental-marketplace
Tags: e-commerce, custom-menu, featured-images, full-width-template, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Base resets that complement Tailwind's CDN build (kept minimal on purpose). */

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, sans-serif;
}

img {
	max-width: 100%;
	height: auto;
}

.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	background: #111827;
	color: #fff;
	padding: 0.75rem 1.25rem;
	z-index: 100000;
}

.skip-link:focus {
	left: 0.5rem;
	top: 0.5rem;
}
