/* ---------------------------------------------------------------
// Client Theme values - generated in Theme Builder
// https://ui.vxone.dev/uc/theme-builder.html
//
// 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"] {
  /* Optional manual override for WCAG */
  /* --contrastThreshold: 35%; */

  /* Primary theme color HEX format */
  --v1-theme-primary-hex: #0071DB;

  /* Primary theme color HSL values */
  --v1-theme-primary-color-h: 209;
  --v1-theme-primary-color-s: 100%;
  --v1-theme-primary-color-l: 43%;

  /* Accent theme color HEX format */
  --v1-theme-accent-hex: #0066FF;

  /* Accent theme color HSL values */
  --v1-theme-accent-color-h: 216;
  --v1-theme-accent-color-s: 100%;
  --v1-theme-accent-color-l: 50%;

  /* Heading theme color HEX format */
  --v1-theme-heading-hex: #3D3D3F;

  /* Heading theme color HSL values */
  --v1-theme-heading-color-h: 240;
  --v1-theme-heading-color-s: 2%;
  --v1-theme-heading-color-l: 24%;

  /* 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: #0071DB;
  --v1-service-stormwater: #00788E;
  --v1-service-wastewater: #58757A;
  --v1-service-electricity: #BF7300;
  --v1-service-electricity-generated: ;
  --v1-service-gas: #0071DB;
  --v1-service-refuse: #4B3829;
  --v1-service-district-hot: #CF1941;
  --v1-service-district-cold: #00B2C8;
  --v1-service-broadband: #00A650;
  --v1-service-billing: ;
  --v1-service-midpeak: ;
  --v1-service-onpeak: ;

  --v1-theme-logo-height-max: 72px;

  

  

  --v1-theme-underline-yes: underline;

  
}



/* Optional manual override for improved darkmode colors of link, btn-outline, etc */
/* [data-bs-theme="dark"] {
    --lightnessTransform: 40%;
} */