/*
Theme Name: Cāng Beauty Theme
Theme URI: https://cangbeautyspa.com
Description: Custom hybrid theme for Cāng Beauty Spa, migrated from static HTML.
Author: Antigravity
Version: 1.0.0
Text Domain: cang-beauty
*/

/* Import original styles - Note: We will move variables to a separate file or keep them here */
@import url('original-assets/style.css');

/* WordPress Overrides */
.entry-content {
    max-width: 1200px;
    margin: 0 auto;
}

/* Gutenberg Editor Styles */
.is-root-container {
    background-color: #FDFCF9; /* --color-cream */
}
