/*
 * Shared homepage surface palette.
 *
 * Component styles use these tokens so section backgrounds form a deliberate
 * visual rhythm instead of accumulating unrelated one-off colors.
 */

:root {
  --isp-home-surface-neutral: #ffffff;
  --isp-home-surface-cool: #fbfdff;
  --isp-home-surface-sky: #f5fbff;
  --isp-home-surface-rose: #fff8fb;
  --isp-home-surface-warm: #fffaf2;
  --isp-home-surface-soft: #f8fbfc;
}
