/*
Theme Name: Tapam Stitch
Theme URI: https://example.com/
Author: Tapam
Description: Custom lightweight theme based on Stitch designs. Gutenberg-friendly templates for Home, Services, Case Studies, About, and Contact.
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tapam-stitch
*/

/* Minimal base helpers (Tailwind handles most styling) */
body { margin: 0; }

/* Optional: make core blocks look decent inside template content areas */
.entry-content { line-height: 1.7; }
.entry-content h2, .entry-content h3 { margin-top: 1.5em; }
.entry-content a { text-decoration: underline; }

/* Ensure media doesn't overflow */
img, video { max-width: 100%; height: auto; }

/* Optional: better block editor defaults */
.wp-block { max-width: 100%; }
