.ui-font {
  &__primary {
    &--regular {
      font-weight: 200;

      font-family: $ui-font-specter-regular;
    }

    &--medium {
      font-weight: 200;

      font-family: $ui-font-specter-medium;
    }

    &--bold {
      font-weight: 700;

      font-family: $ui-font-specter-bold;
    }
  }
}
