body {
  background: #f9fafb;
  color: #606060;
  font-family: 'Rubik', sans-serif;
  line-height: 1.8;
}

h1 {
  color: #404040;
}

.text-dark {
  color: #212529 !important;
}

.bg-purple {
  background: #848abd !important;
}

.btn-purple {
  background: #848abd !important;
}

.btn-purple:hover, div.shadow-sm:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, .3);
}

.text-purple {
  color: #848abd;
}

.w-30 {
  width: 30%;
}

.w-32 {
  width: 32%;
}

.bg-light {
  background: #f3f4f7 !important;
}

.bg-dark {
  background: #1e2228 !important;
}

video {
  object-fit: cover;
  height: 50vh;
}
