/* ============================================================
   S&R Interiors — Material Pack: Default
   Swap this file for a different material palette.
   The SVG engine reads these CSS custom properties at render time.
   ============================================================ */

:root {
  /* Wood */
  --mat-wood-highlight: #ddc8bc;
  --mat-wood-light:     #ccb4a7;
  --mat-wood-dark:      #8c8581;

  /* Steel */
  --mat-steel-highlight: #f2f2f2;
  --mat-steel-light:     #e6e6e6;
  --mat-steel-mid:       #ababab;
  --mat-steel-dark:      #929497;

  /* Glass */
  --mat-glass-light: #e8f4f2;
  --mat-glass-mid:   #d0e8e5;
  --mat-glass-dark:  #b0d4d0;

  /* Neutral */
  --mat-neutral-mid:         #6b6866;
  --mat-neutral-dark-detail: #464341;
  --mat-neutral-near-black:  #231f20;
}
