/*
Theme Name: MyParty Custom Theme
Theme URI: https://myparty.lk
Author: IDIZZ Software Solutions
Author URI: https://idizz.com
Description: A custom, high-converting WooCommerce D2C theme built specifically for MyParty.lk. Features a customizer, header/footer builder, and extreme performance optimization.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: myparty
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* --- Base Variables (Matching your Color System request) --- */
:root {
    --primary-color: #E91E63; /* Adjust to MyParty branding */
    --secondary-color: #333333;
    --background-color: #F8F9FA;
    --text-color: #212529;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: var(--background-color);
    color: var(--text-color);
}