/*
Theme Name: Clear Glass Window Cleaning
Theme URI: https://chasecustom.co.uk
Author: Chase Custom
Author URI: https://chasecustom.co.uk
Description: Custom Chase Custom theme for Clear Glass Ltd. Window and exterior cleaning specialists in Northampton. Quote Monster instant quotes and Round Monster portal support. No Elementor required.
Version: 1.0.46
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: clearglass
Tags: one-column, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, theme-options, translation-ready

Clear Glass Window 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;
}
