@charset "UTF-8";
.q-scrollarea__thumb {
  background: #72448b;
  border-radius: 3px;
  opacity: 0.2;
}

/* TODO try to specify style the same as above
::-webkit-scrollbar {
  height: 10px;
  width: 10px;
  background: transparent;
  overflow: visible;
}

::-webkit-scrollbar-thumb {
  width: 10px;
  background-color: $primary;
  border-radius: 3px;
  -webkit-transition: background-color .28s ease-in-out;
  transition: background-color .28s ease-in-out;
  opacity: .2;
}

::-webkit-scrollbar-thumb:hover {
  background: $primary
}*/
a {
  color: #b089c5;
  cursor: pointer;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #1b5e20;
}

blockquote.text-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #1b5e20;
  border-left: 0;
  text-align: right;
}

blockquote small {
  display: block;
  line-height: 1.4;
  color: #777;
}

blockquote small:before {
  content: "— ";
}

a {
  color: #b089c5;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  transition: color 0.25s;
}

a:hover {
  color: #2c1a35;
}

a:active,
a:hover {
  outline-width: 0;
}

p {
  font-size: 1rem;
  letter-spacing: 0;
  margin: 0 0 1rem;
  line-height: 24px;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

p.caption {
  font-weight: 300;
}

p.caption:not(:first-child) {
  margin-top: 2rem;
}
