/* Design system compartilhado pelas Telas 1-7 (fluxo do cliente). */
:root{
  --cream:#EFE9DD;
  --cream-deep:#E7DFCF;
  --ink:#211E1A;
  --ink-soft:#6B6357;
  --line:#D8CEBC;
  --accent:#C5A35B;        /* soft sand / gold */
  --accent-deep:#A9863F;
  --accent-ink:#241F16;    /* text on gold */
  --wa:#1FA855;            /* WhatsApp green */
  --serif:'Playfair Display', Georgia, serif;
  --sans:'Manrope', system-ui, sans-serif;
  --screen-w:390px;
  --screen-h:844px;
}
