/*
Theme Name: Cattressi
Theme URI: https://cattressi.ro
Author: Cattressi
Author URI: https://cattressi.ro
Description: Temă custom premium pentru Cattressi — bijuterii fine handmade din Craiova. Compatibilă cu WooCommerce și Elementor. Design inspirat Best Brilliance, adaptat pentru piața românească.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cattressi
Tags: custom-colors, custom-menu, featured-images, translation-ready, e-commerce
*/

/* ==========================================
   CATTRESSI — Main theme stylesheet
   Loaded first; assets/css/shared.css loads after
   ========================================== */

/* CSS reset minimal */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--f-body, 'Inter', system-ui, sans-serif);
  color: var(--c-brown-dk, #3D1E08);
  background: var(--c-cream, #F5EDE4);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a { color: inherit; text-decoration: none; transition: opacity .2s ease; }
a:hover { opacity: .75; }

button { font-family: inherit; cursor: pointer; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--f-display, 'Cormorant Garamond', serif);
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}

p { margin: 0 0 1em; }

ul, ol { margin: 0; padding: 0; list-style: none; }
