/*
Theme Name: Styli Casa
Theme URI: https://stylicasa.com
Author: Styli Casa
Author URI: https://stylicasa.com
Description: Styli Casa is a calm, editorial home decor WordPress Classic theme. Built for image-led browsing with a warm neutral palette, elegant typography, deep Customizer controls, a signature listicle idea-heading system, and editorial homepage sections. Classic theme — works with the standard post editor and Customizer. WooCommerce compatible.
Version: 1.8.0
Requires at least: 6.0
Tested up to: 6.5
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: styli-casa
Tags: blog, news, two-columns, right-sidebar, custom-colors, custom-logo, custom-menu, featured-images, editor-style, threaded-comments, translation-ready, theme-options, sticky-post, block-styles, wide-blocks
*/

/*
 * The full theme stylesheet lives in assets/css/main.css (enqueued separately).
 * This file carries the required theme header above and a minimal safety reset.
 * Customizer values are injected as CSS custom properties on :root via wp_head.
 */

html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
body { margin: 0; }
