:root {
  --bg-color: #fffce7; /* light bg, dark text over */
  --primary-color: #990033;
  --secondary-color: #99cccc; /* light bg */
  --emphasis: #65ffee; /* light bg */
  --de-emphasis: #194134;
  --text-default: #505050;
  --text-light: #ffffff;
  --gold: #f1d100;
  --primary-light: #ff7171;
  --link-blue: #34dddd;
}
