/*
Theme Name: Shabby Chic Shop
Theme URI: https://www.shabbychic-shop.co.uk/
Author: Shabby Chic Shop
Author URI: https://www.shabbychic-shop.co.uk/
Description: A romantic, vintage-inspired block theme for Shabby Chic Shop. Includes reusable and editable block patterns for the homepage: a content hero, 6 latest posts, and additional editable content areas.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shabby-chic-shop
Tags: block-patterns, block-styles, full-site-editing, blog, e-commerce, custom-colors, editor-style, wide-blocks
*/

/* Block theme styles are handled via theme.json. Minimal supplementary CSS below. */
body { font-family: Georgia, 'Times New Roman', serif; }
.sc-post-card { transition: transform .3s ease, box-shadow .3s ease; }
.sc-post-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,0,0,.08); }
.sc-hero { background: linear-gradient(rgba(255,240,245,.35), rgba(255,240,245,.55)), center/cover no-repeat; }
