/*
Theme Name: Beautification
Theme URI: https://example.com/beautification
Author: OpenAI Codex
Author URI: https://openai.com
Description: Premium Gutenberg-first block theme package for the SkinClub brand.
Requires at least: 6.5
Tested up to: 6.6
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: skinclub
Tags: full-site-editing, block-patterns, editor-style, featured-images
*/

html {
	box-sizing: border-box;
}

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

body {
	margin: 0;
}
