/*
Theme Name: Westminster Rubbish Removal
Theme URI: https://rubbishremovalwestminster.co.uk
Author: Converted by ChatGPT
Description: A lightweight, Tailwind-powered WordPress theme matching the provided Westminster Rubbish Removal design.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: westminster-rubbish-removal
*/

/* Minimal helpers that were previously created via Tailwind @apply */
:root{
  --primary:#10b981;
  --primary-dark:#059669;
  --secondary:#0f172a;
}
body{font-family: Inter, ui-sans-serif, system-ui, sans-serif;}
h1,h2,h3,h4,h5,h6{font-family: Outfit, sans-serif;}
.glass-card{background:rgba(255,255,255,.8);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);box-shadow:0 20px 40px rgba(2,6,23,.12)}
.section-padding{padding-top:4rem;padding-bottom:4rem}
@media(min-width:768px){.section-padding{padding-top:6rem;padding-bottom:6rem}}

/* Simple article typography (since we are using Tailwind CDN without plugins) */
.prose{color:#334155;line-height:1.8;font-size:1.05rem}
.prose h2{color:var(--secondary);font-weight:800;font-size:1.75rem;margin-top:2.25rem;margin-bottom:1rem}
.prose h3{color:var(--secondary);font-weight:800;font-size:1.35rem;margin-top:1.75rem;margin-bottom:.75rem}
.prose p{margin:1rem 0}
.prose ul{list-style:disc;padding-left:1.25rem;margin:1rem 0}
.prose ol{list-style:decimal;padding-left:1.25rem;margin:1rem 0}
.prose a{color:var(--primary);font-weight:700;text-decoration:underline}
