/* Background and Base */
body {
  background-color: #fdfcfa;
  color: #3d3053;
  font-family: 'Segoe UI', sans-serif;
}

/* Branding */
.lilac {
  background-color: #9a8cc6 !important;
}

.lilac-text {
  color: #9a8cc6 !important;
}

.purple-accent {
  color: #8e7dc4;
}

/* Sections */
.lilac.lighten-4 {
  background-color: #eeeaf9 !important;
}

.lilac.lighten-5 {
  background-color: #f7f5fc !important;
}

footer.page-footer {
  background-color: #9a8cc6 !important;
  color: #fff;
}

/* Buttons */
.btn.lilac {
  background-color: #9a8cc6;
}

.btn.lilac:hover {
  background-color: #8e7dc4;
}

/* Cards */
.card-content {
  min-height: 140px;
}

.card .card-title {
  color: #3d3053;
}

/* Additional tweaks */
inp
