/* ---------------------------------------------------------------
// Client Theme values - set in Theme Builder
//
// HEX format is used in charts and color picker inputs
// HSL format is used in color calculations with css vars
// -------------------------------------------------------------*/

:root,
[data-bs-theme="light"] {
  /* Primary theme color HEX format */
  --v1-theme-primary-hex: #1D4F91;

  /* Primary theme color HSL values */
  --v1-theme-primary-color-h: 214;
  --v1-theme-primary-color-s: 67%;
  --v1-theme-primary-color-l: 34%;

  /* Accent theme color HEX format */
  --v1-theme-accent-hex: #0077C8;

  /* Accent theme color HSL values */
  --v1-theme-accent-color-h: 204;
  --v1-theme-accent-color-s: 100%;
  --v1-theme-accent-color-l: 39%;

  /* Heading theme color HEX format */
  --v1-theme-heading-hex: #1D4F91;

  /* Heading theme color HSL values */
  --v1-theme-heading-color-h: 214;
  --v1-theme-heading-color-s: 67%;
  --v1-theme-heading-color-l: 34%;

  /* Page theme color HEX format */
  --v1-theme-page-hex: #F8F9FB;

  /* Page background theme color HSL values */
  --v1-theme-page-color-h: 220;
  --v1-theme-page-color-s: 27%;
  --v1-theme-page-color-l: 98%;

  /* Service colors in hex format */
  --v1-service-water: #0077C8;
  --v1-service-stormwater: #00788e;
  --v1-service-wastewater: #58757A;
  --v1-service-electricity: #FF9D05;
  --v1-service-gas: #1938CF;
  --v1-service-refuse: #4B3829;
}
