@charset "UTF-8";

body {
  --accent-1: #b7e0b8;
  --accent-2: #4caf50;
  --accent-3: #449e48;
  --accent-4: #3d8c40;
  --accent-alpha-1: rgba(76, 175, 80, 0.16);
  --accent-alpha-2: rgba(76, 175, 80, 0.04);
  background: url("../images/site-background.jpg") repeat-y top center;
}

.app__decor-strip {
  background: linear-gradient(90deg, #379e22 65%, #7ab608 65%, #7ab608 75%, #b4c800 75%, #b4c800 80%, #ecdf0b 80%);
}

.home__tile {
  background: url("/assets/images/home-tile.png");
  color: #ffffff;
}
