/* Utilities */

.divider {
  width: 100%;
  height: 1px;
  border-top: 1px dotted hsla(0, 0%, 0%, 0.4);
}

.gray-bg {
  background-color: hsla(0, 0%, 0%, 0.05);
}

.multiply {
  mix-blend-mode: multiply;
}

.caps {
  text-transform: uppercase;
}

.icon-sm {
  height: 16px;
  width: 16px;
}

.icon-md {
  height: 24px;
  width: 24px;
}

.icon-lg {
  height: 32px;
  width: 32px;
}
