/*
Theme Name:  Mr. Cutts
Theme URI:   https://facebook.com/mrcuttsbd
Author:      Mr. Cutts Barbershop
Author URI:  https://facebook.com/mrcuttsbd
Description: A premium WordPress theme for Mr. Cutts barbershop in Banani, Dhaka. Features real-time Google Places integration for live reviews, photos, opening hours, and gallery. Fully customizable via the WordPress Customizer.
Version:     1.0.0
Requires at least: 6.0
Tested up to: 6.6
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: mr-cutts
Tags: business, one-page, custom-logo, custom-colors, full-width-template, responsive-layout
*/

/* === CSS Reset & Base === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
    font-family: var(--font-body);
    color: var(--color-text);
    background: var(--color-bg);
    line-height: 1.6;
    overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
