/*
Theme Name: Lujoya
Theme URI: https://lujoya.cl
Author: Lujoya
Author URI: https://lujoya.cl
Description: Tema elegante para joyería Lujoya — Chile y Latinoamérica
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lujoya
Tags: woocommerce, jewelry, elegant, minimalist
*/

/* ==============================
   DESIGN TOKENS
============================== */
:root {
  --color-bg:           #FFFFFF;
  --color-bg-soft:      #FFF5F7;
  --color-bg-dark:      #111111;
  --color-text:         #111111;
  --color-text-muted:   #666666;
  --color-heading:      #000000;
  --color-accent:       #7B1E3A;
  --color-accent-hover: #5E1229;
  --color-accent-light: #F9D6E0;
  --color-gold:         #C9A96E;
  --color-gold-light:   #F5ECD7;
  --color-border:       #E8E8E8;
  --color-border-dark:  #CCCCCC;
  --color-white:        #FFFFFF;
  --color-announcement: #FDE8EE;
	
.wc-block-components-button:not(.is-link) {
    background-color: black !important;
    color: white !important;
}
  --font-heading: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-script:  'Great Vibes', cursive;

  --radius-sm:    4px;
  --radius-md:    8px;
  --radius-lg:    16px;
  --radius-full:  999px;

  --shadow-sm:    0 1px 4px rgba(0,0,0,0.08);
  --shadow-md:    0 4px 16px rgba(0,0,0,0.10);
  --shadow-lg:    0 8px 32px rgba(0,0,0,0.14);
  --shadow-card:  0 2px 12px rgba(0,0,0,0.08);

  --transition:   0.25s ease;
  --transition-slow: 0.4s ease;

  --container:    1240px;
  --container-sm: 800px;
  --gutter:       24px;

  --header-height: 70px;
  --bar-height:    38px;
}
