/*
 * Body styles - RGAA accessibility requirement
 * Define explicit background-color and color for body element
 */
body {
  background-color: var(--background-default-grey);
  color: var(--text-default-grey);
}
