/*
Theme Name: Solea Aesthetic Clinic
Theme URI: https://solea.al
Author: Solea Team
Author URI: https://solea.al
Description: Theme i personalizuar për Solea Aesthetic Clinic & Spa, Vlorë. I ndërtuar me dizajn luksoz warm organic.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Private
Text Domain: solea
Tags: aesthetic, clinic, spa, luxury, one-page
*/

/* === VARIABLAT E NGJYRËS — Solea Brand Guide ===
   1. Deep Oak    #451C00
   2. Milk Punch  #FFF8D9
   3. Coral Blue  #A8DFFE
   Font: Abygaer → Playfair Display (Google Fonts)
*/
:root {
  /* ── Ngjyrat kryesore të brandingut ── */
  --deep-oak:    #451C00;   /* Deep Oak — ngjyra kryesore e logove */
  --milk-punch:  #FFF8D9;   /* Milk Punch — background krem */
  --coral-blue:  #A8DFFE;   /* Coral Blue — akçent */

  /* ── Aliasë për sistem ── */
  --cream:       #FFF8D9;   /* = Milk Punch */
  --warm-white:  #FFFDF5;   /* pothuajse e bardhë me ngrohtësi */
  --beige:       #EDE4D8;   /* ngjyrë e ndërmjetme */
  --sand:        #D4C4B0;   /* sand/taupe */
  --gold:        #8B5E3C;   /* ari/bronze i nxjerrë nga Deep Oak */
  --gold-light:  #B8936A;   /* ari i çelët — hover states */
  --brown-dark:  #451C00;   /* = Deep Oak */
  --brown-mid:   #7A3F1E;   /* brown i mesëm */
  --text-main:   #451C00;   /* tekst kryesor */
  --text-muted:  #9A7B6A;   /* tekst dytësor */
  --accent-blue: #A8DFFE;   /* = Coral Blue */

  /* ── Fontet ── */
  --font-display: 'Playfair Display', Georgia, serif;  /* ≈ Abygaer */
  --font-body:    'Jost', sans-serif;

  /* ── Radiu dhe tranzicione ── */
  --radius-sm:   2px;
  --radius-md:   4px;
  --radius-pill: 30px;
  --transition:  0.35s ease;
  --shadow-card: 0 4px 24px rgba(69,28,0,0.08);
}

/* Importo nga functions.php përmes wp_enqueue_style */
