/*
Theme Name: Sky View Cleaning
Theme URI: https://chasecustom.co.uk
Author: Chase Custom
Author URI: https://chasecustom.co.uk
Description: Custom Chase Custom theme for Sky View Cleaning — exterior cleaning specialists in South-East Essex. Built on the Pure Clean / CleanView settings core with Window Cleaning Quotes (Quote Monster) and SEO Monster landing-page support. No Elementor required.
Version: 1.3.25
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: skyview
Tags: one-column, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, theme-options, translation-ready

Sky View Cleaning WordPress Theme
Copyright 2026 Chase Custom
*/

/* Base reset - keeping it minimal; theme.css handles the rest */
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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