/*
Theme Name: Bouturix Fashion
Theme URI: https://bouturix.com/
Author: AI Studio
Author URI: https://bouturix.com/
Description: A premium, high-end fashion magazine theme. Modern, luxurious, and editorial.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bouturix
Tags: fashion, magazine, editorial, luxury, responsive, blog
*/

/* 
  This file is primarily for WordPress theme identification.
  The actual styles are generated via Tailwind or custom CSS enqueued in functions.php.
*/

:root {
    --color-charcoal: #111111;
    --color-cream: #F5F1E8;
    --color-nude: #D8CFC4;
    --color-rose-gold: #B76E79;
    --color-steel: #5A5A5A;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--color-cream);
    color: var(--color-charcoal);
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    letter-spacing: -0.02em;
}
