:root {
  --btn-radius: 5px;
  /* Old Risk Grid
  --sidebar: #0047bb;
  --sidebar-text: #ffffff;
  --grid-top: #0055e1;
  --grid-mid: #2074ff;
  --grid-bot: #71a6ff;
  --dark-text: #0047bb;
  --light-text: #2196f3;
*/
  /*
  --sidebar: rgb(146, 0, 0);
  --sidebar-text: #ffffff;
  --grid-top: rgb(146, 0, 0);
  --grid-mid: rgb(194, 43, 43);
  --grid-bot: rgb(228, 139, 139);
  --dark-text: rgb(146, 0, 0);
  --light-text: rgb(201, 47, 47);
*/

  /* New Risk Grid */
  --sidebar: #1c2734;
  --sidebar-text: #ffffff;
  --grid-top: #1c2734;
  --grid-mid: #d9d9d9;
  --grid-bot: #e6e6e6;
  --dark-text: #1c2734;
  --light-text: #49678c;
  --success-text: #5adb27;
  --error-text: #FF6675;

  --rg-green:#16E2BF;
  --rg-blue: #52B9B9;
  --rg-yellow:#FFC20F;
  --rg-orange: #FF994D;
  --rg-red:#FF6675;

  --rg-grey: #DFE5E8;
  --rg-light-grey: #f0f3f5;
  
  --general-light-text: #fff;
  --grid-text: #1c2734;
  --grid-light-text: #fff;
  --background: #f0f2f5;
  --tooltip: #ffffff;
  --general-dark-text: #484848;
  --top-nav: #d9d9d9;
  --mid-nav: #e0e0e0;
  --bot-nav: #e6e6e6;
  --scroll: #90a4ae;
  --dash-border: #cccccc;
  --tour-select: #659fd4;
  --rg-button-color: #1c2734;
  --rg-button-color-hover: #31445c;
  --sidebar-hover: #31445c;

  /*--font-family: "Raleway";*/
  --font-family: "Open Sans";
}
