:root{ color-scheme: light; }

html, body{
  background: var(--bg, #fbf7ef);
  color: var(--text, #2f2a25);
}

input, textarea, select, button{
  color: var(--text, #2f2a25);
  background: #fff;
}
