@import "variables";

hr {
  border-top: 1px solid $color-border;

  &.bold {
    border-width: 2px;
  }
}