/* Neutral workspace surfaces. Keep explicit document colors and dark-mode choice. */
:root[data-dark-mode="false"] {
  color-scheme: light;
  --background-primary: #ffffff;
  --surface-primary: #ffffff;
  --surface-primary-hover: #f7f7f5;
  --surface-container-layer-00: #f7f7f5;
  --surface-container-layer-01: #f7f7f5;
  --surface-container-layer-02: #efefec;
  --surface-container-layer-03: #e7e7e3;
  --text-primary: #37352f;
  --fill-theme-thick: #37352f;
  --fill-theme-thick-hover: #242321;
}
body:has([data-testid="login-email-input"]) .bg-background-primary { background: #fff; color: #37352f; }
body:has([data-testid="login-email-input"]) .text-text-primary { color: #37352f; }
/* A Rivetfields desktop app is not offered; remove the upstream download promotion. */
button[aria-label="Download AppFlowy"] { display: none !important; }
