/* ============================================
   IZS Impact Zone Solutions - Design Tokens
   Single source of truth for all palette colors.
   Import this file before any other stylesheet.
   ============================================ */

:root {
  /*/*  Core palette/*  */
  --color-deep-navy:       #0A2540;   /* primary text, headings, nav, footer */
  --color-corporate-blue:  #1E5BBA;   /* primary buttons, links, key CTAs */
  --color-sky-blue:        #3D8BFD;   /* highlights, focus rings, info badges */
  --color-slate-gray:      #475569;   /* body text, secondary labels, icons */
  --color-light-mist:      #F1F5F9;   /* section backgrounds, dividers, table stripes */
  --color-pure-white:      #FFFFFF;   /* cards, main canvas */

  /*/*  BOSCH accent - only on Bosch product surfaces/*  */
  --color-bosch-red:       #ED1C24;
  --color-bosch-red-deep:  #B5161C;
  --color-bosch-red-soft:  #FCEBEB;

  /*/*  STIHL accent - only on Stihl product surfaces/*  */
  --color-stihl-orange:      #FF6600;
  --color-stihl-orange-deep: #D45200;
  --color-stihl-orange-soft: #FFF1E5;

  /*/*  BUSCH accent - only on Busch product surfaces/*  */
  --color-busch-orange:      #EA5B0C;
  --color-busch-orange-deep: #BD4708;
  --color-busch-orange-soft: #FDEDE0;

  /*/*  KARCHER accent - only on Karcher product surfaces/*  */
  /* NOTE: --color-karcher-yellow must never be used as a text color on white. */
  --color-karcher-yellow:      #FFED00;
  --color-karcher-yellow-deep: #FDC300;
  --color-karcher-yellow-soft: #FFFBD6;
}
