/*
Theme Name:   Soul Island Child
Theme URI:    https://soulisland.com.tw
Description:  心島心靈咖啡 WordPress Child Theme (Astra parent)
Author:       Howdy Creative
Author URI:   https://howdy-creative.co
Template:     astra
Version:      1.0.0
Text Domain:  soulisland
*/

/* ---------- Brand CSS Variables (loaded before soul-island.css) ---------- */
:root {
  --ic-espresso:   #2C1A0E;
  --ic-sand:       #9B7B3A;
  --ic-green:      #3F7A54;
  --ic-gold:       #C9A22A;
  --ic-cream:      #F2EDE3;
  --ic-linen:      #EAE3D6;
  --ic-white:      #FFFFFF;
  --ic-sand-soft:  #C4A882;
  --ic-espresso-70: rgba(44, 26, 14, .70);
  --ic-line:       rgba(155, 123, 58, .35);
  --ic-accent:     var(--ic-gold);
  --ic-radius:     22px;
  --ic-radius-lg:  32px;
  --ic-space:      1;
  --ff-display:    'Playfair Display', Georgia, serif;
  --ff-serif-tc:   'Noto Serif TC', serif;
  --ff-sans-tc:    'Noto Sans TC', sans-serif;
  --ff-quote:      Georgia, 'Noto Serif TC', serif;
  --maxw:          1200px;
}

/* Astra reset overrides */
body { background: var(--ic-cream); }
.ast-container { max-width: var(--maxw); }
#masthead, .ast-primary-header-bar { display: none !important; } /* replaced by soul-island nav */
