/* LUMISYNC GLOBAL CSS
   Shared design tokens and future common styles.
   Keep only site-wide rules here: colors, typography helpers, buttons, containers.
   Page-specific layouts should stay in home.css / lighting.css / surveillance.css. */

:root{
  --ls-cream:#F5F0EB;
  --ls-warm:#FAF7F2;
  --ls-charcoal:#3D2B1F;
  --ls-ink:#4A3728;
  --ls-muted:#9E948A;
  --ls-border:#B5ADA5;
  --ls-gold:#C4A882;
  --ls-bronze:#B8956A;
}

html{scroll-behavior:smooth;}
img{max-width:100%;height:auto;}
