/*
Theme Name: Arlington Roof Contractor
Theme URI: https://arlingtonroofcontractor.com
Author: Arlington Roof Contractor
Author URI: https://arlingtonroofcontractor.com
Description: A premium, high-converting local SEO WordPress theme for Arlington Roof Contractor. Features editable pages, easy image management, and comprehensive local SEO optimization.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: arlington-roof
Tags: local-business, roofing, seo-optimized, customizable

Arlington Roof Contractor WordPress Theme
*/

/* Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    scroll-behavior: smooth;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6, .heading-font {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Utility Classes */
.text-balance {
    text-wrap: balance;
}

.glass-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}

/* Ensure Tailwind classes work */
@import url('https://cdn.tailwindcss.com');
