<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --gray-light0: #e6e6e6;
  --gray-light1: #f2f2f2;
  --gray: #464a4c;
  --gray-light: #636c72;
  --gray-lighter: #a9a9a9;
  --gray-darker: #464a4c;
  --warning-red: #a70009;
  --chart-red: #fe1533;
  --chart-blue: #003399;
  --button-active: #08467b;

  --increased-color: #0f0907;
  --decreased-color: green;
  --increased-background-color: #ffe1d7;
  --decreased-background-color: rgb(230, 255, 230);
  
  /* Bootstrap variables */
  --bs-link-color: #2f77d2; 
  --bs-table-bg: none;
}</pre></body></html>