.text-antialiased {
  -webkit-font-smoothing: antialiased;
}

.text-linethrough {
  text-decoration: line-through;
}

.font-weight-medium {
  font-weight: $font-weight-medium !important;
}
