/*
 * AirDash-AdBri global styles.
 */

/*
Each monitoring station has a site-wide unique color
Use these colors in JS plots too
NOTE: Not compatible with IE.
*/
:root {
  --dt1-color: #C44E52; /* Southern Grounds */
  --dt2-color: #8172B3; /* Eastern Grounds */
  --dt3-color: #937860; /* Block 9 */
  --dt4-color: #4C72B0; /* Community Park */
  --dt5-color: #DA8BC3; /* Northern Grounds */
  --dt6-color: #DD8452; /* Gunn Street */
  --epa-color: #55A868; /* SA EPA */
}
