/*
Theme Name: Matt's Plumbing Central Coast (Static Import)
Theme URI: https://example.com/
Author: ToneRep
Description: WordPress theme generated from the provided static HTML (index.html + gallery.html). Uses Tailwind CDN and Lucide icons.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: matts-plumbing
*/

/* Intentionally minimal. Layout/styling comes from Tailwind CDN + inline styles in templates. */


/* Prose defaults for editor content blocks (Rank Math / Content AI) */
.prose { max-width: 80ch; }
.prose h2 { font-size: 1.875rem; line-height: 2.25rem; margin: 2rem 0 1rem; font-weight: 800; }
.prose h3 { font-size: 1.5rem; line-height: 2rem; margin: 1.5rem 0 0.75rem; font-weight: 800; }
.prose p { margin: 0.75rem 0; }
.prose ul { margin: 0.75rem 0 0.75rem 1.25rem; list-style: disc; }
.prose ol { margin: 0.75rem 0 0.75rem 1.25rem; list-style: decimal; }
.prose a { text-decoration: underline; }
.prose strong { font-weight: 800; }
