/*
Theme Name: Cilla Skyn
Theme URI: https://example.com/cilla-skyn
Author: Razor
Author URI: https://example.com
Description: A refined, editorial WordPress theme for natural luxury skincare & lifestyle brands. Built mobile-first and fully responsive, with every homepage, shop, collection and story section mapped to a WPBakery Page Builder element so the entire site can be rearranged by drag-and-drop. WooCommerce ready out of the box, with demo content installed automatically on activation.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cilla-skyn
Tags: e-commerce, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready, wide-blocks

Cilla Skyn is a WordPress theme built for the Razor team. All rights to the
compiled theme code are granted to the purchaser for use on unlimited sites.
*/

/* Base styles live in assets/css/main.css (enqueued in inc/enqueue.php).
   This file intentionally stays minimal — it exists to satisfy the WordPress
   theme header requirement and to hold the tiny reset every browser needs
   before the compiled stylesheet loads. */

html {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
}
