/*
Theme Name:  Flore Mar
Template:    storefront
Version:     1.0.0
Description: Tema hijo de Storefront — Flore Mar, cuidado personal natural
Author:      Jorge
*/

/* ── DESIGN TOKENS ── */
:root {
  --sage:        #6b8f71;
  --sage-light:  #c8deca;
  --sage-dark:   #3d5e42;
  --blush:       #deb8a8;
  --blush-light: #f4ece8;
  --blush-dark:  #b8856e;
  --cream:       #faf7f2;
  --warm-white:  #fdfaf6;
  --charcoal:    #2a2825;
  --warm-gray:   #8c877e;
  --light-gray:  #e8e4df;
  --gold:        #c9a96e;
}

/* ── RESET BASE ── */
*, *::before, *::after { box-sizing: border-box; }
body {
  font-family: 'Jost', sans-serif;
  background: var(--cream);
  color: var(--charcoal);
  overflow-x: hidden;
}
