:root {
  --red: #FF0000;
  --rubyred: #C82536;
  --sapphirered: #FE1D84;
  /* added sapphirered 1-23-2022 to work with new nunjucks anniversaryColorArray macro */
  --orangeAHS: #F37432;
  --orangeBrightAHS: #F68428; // same as hsl(27, 92%, 56.1%)
  /* --orangeOld: #FF9966;    */
  /* --DarkGreyAHS: #808285;  */
  /* --LightGreyAHS: #d1d2d4; */
  --gold: #FFCC00;
  --green: #008000;
  --emeraldgreen: #50C878;
  --skyblue: #3BB9FF;
  --silver: #C0C0C0;
  --diamondwhite: #E0FFFF;
  --coral: #FF7F50;
  --body-background-color: #f5f4f4;
  --text-color: #5a24c2;
  --text-color-transparent: rgba(90, 36, 195, 0.2);
  --text-color-blocks: #401593;
  --main-text-width: 666px;
  --main-text-width-wide: 900px;
}