/*
Theme Name: Kiwi Auto Detailing
Theme URI: https://example.com/kiwi-auto-detailing
Author: Kiwi Auto Detailing
Author URI: https://example.com
Description: A premium WordPress theme for auto detailing businesses. Features a bold 60/30/10 color scheme: Charcoal Gray (#1C1C1C) backgrounds, White/Silver structure, and Cherry Red (#D32F2F) accents. Includes services showcase, gallery, testimonials, and booking CTA.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kiwi-auto-detailing
Tags: auto-detailing, dark, green, one-page, business, responsive
*/

/* ============================================
   BASE RESET
   ============================================ */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background-color: #1C1C1C;
    color: #ffffff;
    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, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
}
