/*
Theme Name: ProcutBeauty
Theme URI: https://example.com/procut-beauty
Author: Antigravity
Author URI: https://example.com
Description: A premium beauty theme with Tailwind CSS, inspired by ProcutBeauty.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: procut-beauty
*/

/* 
 * We are using Tailwind CSS via CDN for this theme to simplify usage without a build step.
 * Custom theme variables are defined here for reference, but primary styling is handled by Tailwind classes.
 */

:root {
    --primary: #000000;
    --accent: #D4AF37;
    /* Premium Gold */
    --muted: #f4f4f5;
}

body {
    font-family: 'Inter', system-ui, sans-serif;
    color: #171717;
    background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
}