/* ============================================
   CLÍNICA BARSI — VARIÁVEIS DE DESIGN
   Paleta oficial: Bege #C7AE95 · Preto #000 · Branco #FFF
   Acento dourado: extraído da paleta
   ============================================ */

:root {
  /* Cores principais */
  --nude:        #C7AE95;
  --nude-light:  #DDD0C0;
  --nude-pale:   #F2EBE2;
  --nude-deep:   #A68E78;
  --black:       #0A0A0A;
  --black-soft:  #1A1A1A;
  --ink:         #2C2C2C;
  --muted:       #7A7065;
  --white:       #FFFFFF;
  --off-white:   #FAF8F5;
  --border:      #E0D6CB;

  /* Ouro */
  --gold:        #C9A96E;
  --gold-light:  #DEC48A;
  --gold-dark:   #A8864A;

  /* Tipografia */
  --font-display: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  --font-body:    'DM Sans', 'Instrument Sans', sans-serif;

  /* Espaçamentos */
  --section-gap: 120px;
  --container:   1240px;

  /* Transições */
  --ease:        cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out:    cubic-bezier(0.0, 0.0, 0.2, 1);
}
