/*
Theme Name:   Divinshka
Theme URI:    https://divinshka.ma
Description:  Thème enfant Astra pour Divinshka – Chocolatier Artisan. Design premium inspiré de Pralinor, optimisé WooCommerce + Elementor.
Author:       Divinshka Studio
Author URI:   https://divinshka.ma
Template:     astra
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:  divinshka
Tags:         woocommerce, elementor, chocolat, premium, boutique
*/

/* ================================================
   DIVINSHKA – DESIGN SYSTEM
   Thème enfant Astra | WooCommerce + Elementor
   ================================================ */

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600&family=Jost:wght@300;400;500;600&display=swap');

/* ── CSS CUSTOM PROPERTIES ── */
:root {
  --dv-primary:    'Jost', 'Futura PT', 'Helvetica Neue', sans-serif;
  --dv-secondary:  'Cormorant Garamond', 'Didot', Georgia, serif;

  --dv-dark:       #282a30;
  --dv-black:      #1a1a1a;
  --dv-gold:       #c8a462;
  --dv-gold-light: #e8d5b0;
  --dv-cream:      #f8f4ef;
  --dv-white:      #ffffff;
  --dv-grey-light: #f2f0ed;
  --dv-grey-mid:   rgba(0,0,0,0.08);
  --dv-grey-text:  #888;

  --dv-container:  1285px;
  --dv-radius:     2px;
  --dv-transition: 0.25s ease;
  --dv-shadow:     0 4px 20px rgba(0,0,0,0.08);

  /* Hauteurs header */
  --dv-topbar-h:   34px;
  --dv-mainnav-h:  84px;
  --dv-catnav-h:   40px;
  --dv-header-h:   158px;
}
